Hello,
Currently, acme-companion generates a self-signed certificate in /etc/nginx/certs/default.crt (CN=letsencrypt-nginx-proxy-companion). This certificate is used when a certificate is missing, e.g. when a container is down.
It should be possible to use a default certificate that is valid and signed by Let's Encrypt, once it is created by acme-companion.
A possible implementation is to follow standalone certificate creation steps to handle the default identifier in a special manner so that symbolic links are created to point default.crt (and default.key) to the appropriate standalone certificate.
Relates to #1061
Hello,
Currently, acme-companion generates a self-signed certificate in
/etc/nginx/certs/default.crt(CN=letsencrypt-nginx-proxy-companion). This certificate is used when a certificate is missing, e.g. when a container is down.It should be possible to use a default certificate that is valid and signed by Let's Encrypt, once it is created by acme-companion.
A possible implementation is to follow standalone certificate creation steps to handle the
defaultidentifier in a special manner so that symbolic links are created to pointdefault.crt(anddefault.key) to the appropriate standalone certificate.Relates to #1061