certificate for pleroma

This commit is contained in:
Emmanuel Garette 2022-10-01 19:22:12 +02:00
parent b61bb58f73
commit 63ebd87431

View file

@ -37,8 +37,8 @@ server {
# GNUNUX ssl_certificate_key /etc/letsencrypt/live/${WEBSERVER_HOST}/privkey.pem; # GNUNUX ssl_certificate_key /etc/letsencrypt/live/${WEBSERVER_HOST}/privkey.pem;
#>GNUNUX #>GNUNUX
ssl_client_certificate %%revprox_ca_file; ssl_client_certificate %%revprox_ca_file;
ssl_certificate %%revprox_cert_file; ssl_certificate %%revprox_client_cert_file;
ssl_certificate_key %%revprox_key_file; ssl_certificate_key %%revprox_client_key_file;
#<GNUNUX #<GNUNUX
# GNUNUX location ^~ '/.well-known/acme-challenge' { # GNUNUX location ^~ '/.well-known/acme-challenge' {