This role will install logic to transfer the (renewed) certificates from the Certbot container to a directory easily accessible by a distribution-installed nginx.
5 lines
107 B
Django/Jinja
5 lines
107 B
Django/Jinja
#!/bin/bash
|
|
# {{ ansible_managed }}
|
|
|
|
# TODO: evaluate proper argument escaping
|
|
cp -r $1/* /etc/sce-certbot
|