We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea34be commit af99d48Copy full SHA for af99d48
src/backend/templates/_certificates.conf
@@ -5,7 +5,10 @@
5
include conf.d/include/ssl-ciphers.conf;
6
ssl_certificate /etc/letsencrypt/live/npm-{{ certificate_id }}/fullchain.pem;
7
ssl_certificate_key /etc/letsencrypt/live/npm-{{ certificate_id }}/privkey.pem;
8
-{% endif %}
+{% else %}
9
+ # Custom SSL
10
ssl_certificate /data/custom_ssl/npm-{{ certificate_id }}/fullchain.pem;
11
ssl_certificate_key /data/custom_ssl/npm-{{ certificate_id }}/privkey.pem;
12
{% endif %}
13
+{% endif %}
14
+
0 commit comments