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 661f61a commit 0687067Copy full SHA for 0687067
templates/web.letsencrypt.ssl.template.yml
@@ -6,6 +6,13 @@ run:
6
cmd:
7
- curl https://raw.githubusercontent.com/acmesh-official/acme.sh/3.0.6/acme.sh > /opt/acme.sh
8
- chmod +x /opt/acme.sh
9
+ - file:
10
+ path: "/etc/nginx/conf.d/outlets/server/20-well-known-location.conf"
11
+ contents: |
12
+ location ~ /.well-known {
13
+ root /var/www/discourse/public;
14
+ allow all;
15
+ }
16
- file:
17
path: "/usr/local/bin/configure-letsencrypt"
18
chmod: "+x"
0 commit comments