From 23c37519b5ee74549d7be4d66f2bd89dadc511e0 Mon Sep 17 00:00:00 2001 From: rameen Date: Sat, 29 Aug 2026 14:46:41 +0330 Subject: [PATCH] windows ssl --- infrastructure/nginx/windows-ssl-letsencrypt.snippet.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 infrastructure/nginx/windows-ssl-letsencrypt.snippet.conf diff --git a/infrastructure/nginx/windows-ssl-letsencrypt.snippet.conf b/infrastructure/nginx/windows-ssl-letsencrypt.snippet.conf new file mode 100644 index 0000000..7883ea3 --- /dev/null +++ b/infrastructure/nginx/windows-ssl-letsencrypt.snippet.conf @@ -0,0 +1,4 @@ +# After win-acme writes Let's Encrypt PEMs into conf/ssl/: +# ssl_certificate ssl/wixur-chain.pem; +# ssl_certificate_key ssl/wixur-key.pem; +# (exact filenames: dir C:\tools\nginx-1.29.5\conf\ssl )