Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Custom SSL-Certificates #28

Open
Moon93 opened this issue Nov 17, 2020 · 1 comment
Open

Allow Custom SSL-Certificates #28

Moon93 opened this issue Nov 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Moon93
Copy link

Moon93 commented Nov 17, 2020

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

@dostoevskylabs dostoevskylabs self-assigned this Dec 4, 2020
@dostoevskylabs dostoevskylabs added the enhancement New feature or request label Dec 4, 2020
@dostoevskylabs dostoevskylabs removed their assignment Jan 6, 2021
@patrickhener
Copy link

This one can do it: https://github.com/patrickhener/goshs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants