ungleich-k8s/apps/nginx-certbot/README.md

14 lines
306 B
Markdown
Raw Normal View History

2021-06-18 19:08:53 +00:00
## nginx service for getting letsencrypt certificates
2021-06-18 20:32:13 +00:00
Get real letsencrypt certificates in IPv6 based clusters.
2021-06-18 19:08:53 +00:00
### Architecture
* nginx/port 80 serves only the root for letsencrypt
2021-06-18 20:32:13 +00:00
* nginx/port 443 crashes until the cert is there
* A job (certbot) gets the cert
## Missing bits
* cronjob for renewal