Use certbot to issue certificates

This commit is contained in:
Jake Howard
2023-12-21 16:35:20 +00:00
parent 8e1a203df2
commit 39899cd1e0
10 changed files with 80 additions and 43 deletions

View File

@ -29,6 +29,6 @@
vars:
server_name: theorangeone.net
upstream: website-nginx-1.docker:8000
ssl_cert_path: /etc/nginx/ssl/theorangeone.net
ssl_cert_path: /etc/letsencrypt/live/theorangeone.net
location_extra: |
more_set_headers "Server: $upstream_http_server";