This is not the certificate setup we will use in production. I'd like to merge this configuration as a reference point because this is the easiest way to handle manual LetsEncrypt verification within the cluster. This allows NGINX to serve static files over HTTP from the ".well-known/acme-challenge" directory, which is necessary for certbot validation of domain ownership.
13 lines
279 B
YAML
13 lines
279 B
YAML
namespace: atat
|
|
resources:
|
|
- azure.yml
|
|
- atst-configmap.yml
|
|
- atst-envvars-configmap.yml
|
|
- atst-nginx-configmap.yml
|
|
- atst-worker-envvars-configmap.yml
|
|
- crls-sync.yaml
|
|
- pgsslrootcert.yml
|
|
- volume-claim.yml
|
|
- nginx-client-ca-bundle.yml
|
|
- acme-challenges.yml
|