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

Add Support for Custom SSL Certificates #66

Closed
wants to merge 2 commits into from
Closed

Add Support for Custom SSL Certificates #66

wants to merge 2 commits into from

Conversation

wlayzz
Copy link

@wlayzz wlayzz commented Mar 13, 2024

Hello 👋🏼

I worked with @YuToutCourt for this pull request.

This pull request introduces the capability for users to utilize their own SSL certificates for encrypted connections, enhancing the security and customization of the server.

Previously, the server supported basic SSL encryption through an 'adhoc' mode but did not allow users to specify their own certificates and keys. With this update, users can now provide their own SSL certificate (--cert) and private key (--key) through new command-line arguments, enabling more secure and personalized SSL configurations.

Example:

python3 ./updog/__main__.py --ssl -k /etc/letsencrypt/live/privkey.pem -c /etc/letsencrypt/live/cert.pem -p 443

Have a nice day,
Wlayzz

@wlayzz wlayzz closed this Mar 13, 2024
@wlayzz
Copy link
Author

wlayzz commented Mar 13, 2024

Closed because it's duplicate of #32

Note to myself, search pull request before coding something...

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

Successfully merging this pull request may close these issues.

1 participant