reworked letsencrypt to use docker containers instead of certbot on the host.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# tripbuilder.xai-corp.net
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name tripbuilder.xai-corp.net;
|
||||
ssl_certificate /etc/letsencrypt/live/tripbuilder.xai-corp.net/cert.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/tripbuilder.xai-corp.net/privkey.pem;
|
||||
|
||||
#Strict-Transport-Security: max-age=15768000
|
||||
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dkhost.xai-corp.net:8080;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user