From 7d67f5ebf3a9da7b779e0f6eb050f9241b8761d3 Mon Sep 17 00:00:00 2001 From: dallaslu Date: Fri, 5 Jun 2026 04:10:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20templates/certs-example.co?= =?UTF-8?q?m.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/certs-example.com.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/certs-example.com.conf diff --git a/templates/certs-example.com.conf b/templates/certs-example.com.conf new file mode 100644 index 0000000..b27e732 --- /dev/null +++ b/templates/certs-example.com.conf @@ -0,0 +1,2 @@ +ssl_certificate /etc/ssl/certimate/example.com.crt; +ssl_certificate_key /etc/ssl/certimate/example.com.key; \ No newline at end of file