For exemple, you wanto to obtain a certificate for a web server accessible via the names www.domain-a.com and www.domain-b.com.
Domains domain-a.com and domain-b.com are both Joker domains, but they have different credentials.
With this change, you can now write:
For exemple, you wanto to obtain a certificate for a web server accessible via the names www.domain-a.com and www.domain-b.com. Domains domain-a.com and domain-b.com are both Joker domains, but they have different credentials. With this change, you can now write:
certbot certonly --preferred-challenges dns --authenticator dns-joker \ -d www.domain-a.com \ -d www.domain-b.com \ --dns-joker-credentials ~/secrets/joker/domain-a.com.ini \ --dns-joker-credentials ~/secrets/joker/domain-b.com.ini