This role will install logic to transfer the (renewed) certificates from the Certbot container to a directory easily accessible by a distribution-installed nginx.
7 lines
167 B
Django/Jinja
7 lines
167 B
Django/Jinja
# {{ ansible_managed }}
|
|
[Unit]
|
|
Description=Move generated certbot certificates to root path
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/extract-certificate-files
|