dhull / certbot-dns-joker

Certbot DNS Authenticator plugin for Joker.
Other
13 stars 8 forks source link

Handle multiple SAN in different DNS domains. #2

Open maxcalandrelli opened 3 years ago

maxcalandrelli commented 3 years ago

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