This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Tags: blacs30/kcert
Tags
Impeove the error handling to catch and notify of errors (nabsul#26) * Impeove the error handling to catch and notify of errors * missing fixes
Reduce security problems by deleting challenge ingress when it is not… ( nabsul#25) Create and delete challenge ingress to reduce security risk Automatically generate key if it's not provided Simplify initial setup instructions by skipping ACME Key and SM 63E2 TP Ensure that only one certificate renewal executes at a time
Prepare V1 Release of KCert (nabsul#24) * Start working towards V1 * Simplify configuration by using environment variables and removing direct access of K8s secret * Tighten up the permissions given to the service * Try a little fix * Minor bug fix * Remove dangling save button * Fix double underscore * Continue work towards managing ingresses * Handle create/update of certs via ingresses, and retire the old UI based approach * Update favicon, finish testing renewal flow * Split out renewal and ingress watching services * Another run through of cleanup and simplification * Remove unused GH actions * Fix the registry names * Run code cleanup * Revampt the documentation * Try conditional for docker build * Another refactor for action