Updates for Raspberry Pi 12 Bookworm
This commit is contained in:
@@ -3,8 +3,8 @@ Description=Certbot
|
||||
|
||||
[Service]
|
||||
ExecStart=certbot renew -w /var/lib/letsencrypt/ --preferred-chain "ISRG Root X1"
|
||||
ExecStartPost=-/usr/bin/systemctl reload webserver
|
||||
ExecStartPost=-/usr/bin/systemctl reload irc
|
||||
ExecStartPost=-/usr/bin/systemctl reload nginx
|
||||
ExecStartPost=-/usr/bin/systemctl reload inspircd
|
||||
KillMode=process
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
|
@@ -7,6 +7,14 @@
|
||||
- certbot
|
||||
- openssl
|
||||
|
||||
- name: LetsEncrypt directory
|
||||
become: yes
|
||||
file:
|
||||
path: /etc/letsencrypt
|
||||
owner: root
|
||||
group: ssl
|
||||
mode: 0750
|
||||
|
||||
- name: Services
|
||||
become: yes
|
||||
register: services
|
||||
|
Reference in New Issue
Block a user