diff options
-rw-r--r-- | deployment/systems/aisaka.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 4fdad7b..b61c8ee 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -416,9 +416,10 @@ (listen (list "192.168.10.2:443 ssl")) (root "/home/marek/Publiczne/test") (server-name (list "test.marekpasnikowski.pl")) + (ssl-certificate "/home/marek/CA/test.crt") + (ssl-certificate-key "/home/marek/CA/test.key") (raw-content (list "ssl_client_certificate /home/marek/CA/root_certificate.pem;" - "ssl_verify_client on;" - "ssl_verify_depth 1;"))) + "ssl_verify_client on;"))) ;; Radicale ((@ (gnu services web) nginx-server-configuration) (locations |