Create .well-known/acme-challenge with correct perms at startup

This commit is contained in:
Matthew Wild 2020-02-21 20:36:07 +00:00
parent 3c3c2d34ab
commit 68dbcce19b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ fi
install -o letsencrypt -g letsencrypt -m 750 -d /var/lib/letsencrypt;
install -o letsencrypt -g letsencrypt -m 750 -d /var/log/letsencrypt;
install -o letsencrypt -g letsencrypt -m 755 -d /var/www/.well-known/acme-challenge;
chown -R letsencrypt:letsencrypt /snikket/letsencrypt