.
This commit is contained in:
parent
f6f0b5e4e2
commit
1c4aac6abf
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in {
|
||||||
# sslCertificateKey = "/etc/nginx/certs/ca.key";
|
# sslCertificateKey = "/etc/nginx/certs/ca.key";
|
||||||
# sslCertificate = "/etc/nginx/certs/ca.crt";
|
# sslCertificate = "/etc/nginx/certs/ca.crt";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
ssl_client_certificate /etc/nginx/certs/client.crt;
|
ssl_client_certificate /etc/nginx/certs/ca.crt;
|
||||||
ssl_verify_client on;
|
ssl_verify_client on;
|
||||||
'';
|
'';
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue