Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use domains' setname as --cert-name option
Certbot has the ability to name a certificate with the --cert-name option. This allows us for instance to refers to this same setname to other configuration and then further automate virtualhost creation in nginx or apache. BREAKING CHANGE: Since this domains' setname was not used, the path was named after the first domain in the domains set. In order to keep using this workflow, you need to rename the setname with the first domain in the list like the following: ``` letsencrypt: domains: foo.example.com: - foo.example.com ```
- Loading branch information