forked from stove/dataset
certificate for pleroma
This commit is contained in:
parent
b61bb58f73
commit
63ebd87431
1 changed files with 2 additions and 2 deletions
|
@ -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' {
|
||||||
|
|
Loading…
Reference in a new issue