This commit is contained in:
Nico Schottelius 2021-06-18 22:32:13 +02:00
parent 2c303122fb
commit 2b6fa07294
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
## nginx service for getting letsencrypt certificates
Get real letsencrypt certificates in IPv6 based clusters.
### Architecture
* nginx/port 80 serves only the root for letsencrypt
* nginx/port 443 crashes until the cert is there
* A job (certbot) gets the cert
## Missing bits
* cronjob for renewal

View File

@ -145,7 +145,7 @@ spec:
- /usr/share/nginx/html
- --domain
- 'tls1.default.svc.c2.k8s.ooo'
- --staging
# - --staging
volumeMounts:
- name: etcletsencrypt
mountPath: "/etc/letsencrypt"