tinkernels / zerossl-ip-cert

Automation tool for issuing ZeroSSL IP certificates
Other
205 stars 33 forks source link

Can certificates be requested using the SAN method, with a single submission? #12

Closed mayenpotsu closed 1 year ago

mayenpotsu commented 1 year ago
After testing on zerossl web portal, it is possible to include multiple domains of different in a single certificate (with only one key file).
Is it possible to perform the same operation using a script?
tinkernels commented 1 year ago

No, this tool can only issue one cert for for a single ipv4 address once.

mayenpotsu commented 1 year ago

It is possible in future versions support SAN functionality?

tinkernels commented 1 year ago

It is possible in future versions support SAN functionality?

Are you tring to issue cert with ips & domains as CN or cert with multiple ips as CN?

FYI: this tool is mainly for cert with ip, if you just want multple domains as CN in cert, you can use certbot or alternatives, a official tool zerossl-bot is provided.