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

[Feature Request] Integrate LetsEncrypt and Certbot for automated certificate renewal #40

Open
casey-mccarthy opened this issue May 14, 2024 · 2 comments

Comments

@casey-mccarthy
Copy link

casey-mccarthy commented May 14, 2024

Would allow the use of secure connections via HTTPS with domain names for guilds/servers that already have existing domain names. The public certificate authority LetsEncrypt is already trusted with most modern browsers and the certbot utility automates renewals of certificates when they are about to expire.

Would be ideal if all of the targets are also supported, since they all map to the same IP. FTP, pypmyadmin, etc.

Instead of using: http://10.0.0.1:3000
Would instead use: https://mycooldomain.com:3000

https://letsencrypt.org/getting-started/
https://certbot.eff.org/pages/about

@Akkadius
Copy link
Owner

There’s a branch that does this, I haven’t had time to wrap the rest of it up but it does work

master...akkadius/web-services

@casey-mccarthy
Copy link
Author

This is awesome, I'll keep my eye out for it thanks! Great tool, we're really enjoying it @Akkadius

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

No branches or pull requests

2 participants