Create script to get real certificates. Programs are functional but have not tried pointing the production router to the test box yet to see if the challenge will pass.

This commit is contained in:
2023-07-06 07:33:17 -07:00
parent 7be7df9b45
commit 478cce43b5
3 changed files with 76 additions and 2 deletions

View File

@ -33,7 +33,7 @@ http {
# Allow nginx to fulfill LetsEncrypt Certbot challenges.
server {
location /.well-known/acme-challenge/ {
root /etc/nginx/certs-letsencrypt;
root /etc/nginx/letsencrypt;
}
}