Ensure letsencrypt has permission to write to .well-known
This commit is contained in:
parent
c30b7310aa
commit
1f15d6f886
@ -24,3 +24,10 @@
|
||||
group: letsencrypt
|
||||
system: yes
|
||||
home: /snikket/letsencrypt
|
||||
- name: Create directory for challenges
|
||||
file:
|
||||
state: directory
|
||||
path: /var/www/.well-known
|
||||
owner: letsencrypt
|
||||
group: letsencrypt
|
||||
mode: 0755
|
||||
|
Loading…
Reference in New Issue
Block a user