Subject Alternative

in acme.sh when I use this syntax for example:

acme.sh --issue -d example.com -d supersite.com -d anothersite.net

I have a certificate for example.com and with alternate subject field filled in for the other sites for each “-d othersite” i put.

like this:

What is the Caddy equivalent of this like?

Caddy version: 2.4.6 OS Linux

Hi :wave:

Please update to caddy v2.5.1, which has been released 14 days ago :innocent:
v2.4.6 is fairly old :woman_shrugging:


Regarding your actual question about multiple SAN (Subject Alternate Name) per certificate:

No, caddy will only issue certificates with exactly one SAN, not multiple.
If you want to know a bit more why, check this post here:

That specific post goes quite in depth, but feel free to read the whole thread :slight_smile:

2 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.