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

Implement Let's Encrypt Certificate Auto Renewal #16

Open
initd1 opened this issue Sep 20, 2023 · 0 comments
Open

Implement Let's Encrypt Certificate Auto Renewal #16

initd1 opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@initd1
Copy link
Owner

initd1 commented Sep 20, 2023

Currently the TLS certificate for the Web front end is placed in the certs directory which contains certificate and key which has been signed by Let's Encrypt.

This issue is to explore and implement certificate auto renewal using Let's Encrypt Certbot.

This can be implemented in a few ways, but the preferred method would be to have it integrated with docker containers, as the build methodology for this project is using Docker Compose.

Example reference: https://stackoverflow.com/questions/66638368/how-to-do-auto-renewal-of-tls-certificates-with-certbot

@initd1 initd1 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant