--- acme_install_dir: /opt/acme.sh acme_email: "admin@prole.org" acme_namecom_username: "" acme_namecom_token: "" # Certs to issue and where to install them on the host. # src paths are relative to the acme.sh cert dir for each domain. acme_certs: - domain: myrddin.prole.org install: - src: fullchain.cer dest: /etc/ssl/certs/prole/myrddin-registry.crt - src: myrddin.prole.org.key dest: /etc/ssl/certs/prole/myrddin-registry.key - domain: merlin.prole.org install: - src: fullchain.cer dest: /etc/ssl/certs/prole/merlin.crt - src: merlin.prole.org.key dest: /etc/ssl/certs/prole/merlin.key - domain: gandalf.prole.org install: - src: fullchain.cer dest: /etc/ssl/certs/prole/gandalf.crt - src: gandalf.prole.org.key dest: /etc/ssl/certs/prole/gandalf.key