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
I suggest to add a command-line option to allow setting a custom SSL-certificate. ssl_context can be set with a touple of (certificate.pem, key.pem).
When using Let's Encrypt you are provided with fullchain.pem and privkey.pem.
I suggest a command-line option like this: updog --ssl-cert fullchain.pem --ssl-key privkey.pem
The text was updated successfully, but these errors were encountered:
I suggest to add a command-line option to allow setting a custom SSL-certificate.
ssl_context
can be set with a touple of(certificate.pem, key.pem)
.When using Let's Encrypt you are provided with
fullchain.pem
andprivkey.pem
.I suggest a command-line option like this:
updog --ssl-cert fullchain.pem --ssl-key privkey.pem
The text was updated successfully, but these errors were encountered: