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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user