X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fshell%2Flocal.conf;fp=etc%2Fnginx%2Fsite.d%2Fshell%2Flocal.conf;h=95a008b8c90375285354b065e26b219c83059fa4;hp=0000000000000000000000000000000000000000;hb=ffe56fb2f166471f735e34d5b5b56b2c18b975f8;hpb=952160cede0b2ba3231f09afa2391812e18fffe9 diff --git a/etc/nginx/site.d/shell/local.conf b/etc/nginx/site.d/shell/local.conf new file mode 100644 index 0000000..95a008b --- /dev/null +++ b/etc/nginx/site.d/shell/local.conf @@ -0,0 +1,6 @@ +listen 443; +include /etc/nginx/conf.d/ssl.conf; +ssl_certificate /etc/nginx/x509.d/shell/crt.pem; +ssl_certificate_key /etc/nginx/x509.d/shell/key.pem; +ssl_client_certificate /etc/nginx/x509.d/shell/user-crt.pem; +ssl_session_timeout 5m;