You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letsencrypt:auto-renew and letsencrypt:ls are broken after #64 changed the way Let's Encrypt certificates are installed to be more compatible with dokku.
This check needs to be replaced with something else since the certificate is now a copy of the certificates, not a symlink. Suggestion would be to use openssl to check for the certificate issuer instead (should support both real LE and the fake CA for testing)
The text was updated successfully, but these errors were encountered:
letsencrypt:auto-renew
andletsencrypt:ls
are broken after #64 changed the way Let's Encrypt certificates are installed to be more compatible with dokku.The problem is the detection of let's encrypt-secured apps by checking for the server certificate being a symlink into the let's encrypt folder.
This check needs to be replaced with something else since the certificate is now a copy of the certificates, not a symlink. Suggestion would be to use
openssl
to check for the certificate issuer instead (should support both real LE and the fake CA for testing)The text was updated successfully, but these errors were encountered: