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

@ -9,8 +9,8 @@ server {
set $upstream {{ upstream }};
ssl_certificate {{ ssl_cert_path }}/fullchain.pem;
ssl_certificate_key {{ ssl_cert_path }}/key.pem;
ssl_trusted_certificate {{ ssl_cert_path }}/cert.pem;
ssl_certificate_key {{ ssl_cert_path }}/privkey.pem;
ssl_trusted_certificate {{ ssl_cert_path }}/chain.pem;
include includes/ssl.conf;
include includes/docker-resolver.conf;