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/#118 add certificates to internet connection #119

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

marcalwestf
Copy link
Contributor

Fixes #118

In the README.md are the changes explained in detail.

@EdwinBetanc0urt this may also be of interest to you.

@marcalwestf marcalwestf added the enhancement New feature or request label Jul 20, 2024
@marcalwestf marcalwestf self-assigned this Jul 20, 2024
Comment on lines +475 to +476
- /etc/letsencrypt/live/YOUR_DOMAINNAME/fullchain.pem:/etc/letsencrypt/live/YOUR_DOMAINNAME/fullchain.pem
- /etc/letsencrypt/live/YOUR_DOMAINNAME/privkey.pem:/etc/letsencrypt/live/YOUR_DOMAINNAME/privkey.pem
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is necessary that the internal folder of the nginx container contains the word YOUR_DOMAINNAME? I understand that it can be replaced, but if you can use something generic (like secure_domain or certificates) so that it is established as a criterion that it will always be the internal path of the container, I think it would be more practical regardless if the host path changes.

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

Successfully merging this pull request may close these issues.

Add Certificates to Internet connection
2 participants