How to fix expired Cert Manager CA
All checks were successful
/ build (push) Successful in 3m37s

This commit is contained in:
Chris Cowley 2025-06-18 15:39:45 +02:00
parent 0068d6a189
commit 99ed0e879a

View file

@ -1,6 +1,17 @@
# General Notes
## Cert-Manager
The CA certificate expires after a year and many things break. Remove the relevant secret then force a restart of the pods:
```
kubectl -n tools delete secret cert-manager-webhook-ca
kubectl -n tools rollout restart deployment cert-manager
kubectl -n tools rollout restart deployment cert-manager-webhook
```
## Nextcloud
Lost admin privileges