acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
37.73k stars 4.85k forks source link

Multi certs per cron job or vice-versa #5195

Open BabaTataKaka opened 1 week ago

BabaTataKaka commented 1 week ago

Hi there,

I'm looking for a way to create 2 certs for the same domain , one with CN and the other with SAN. This is to overcome a limitation of postgres only supporting CN when doing cert authentication. The other cert is used by patroni. I would also like to be able to renew the 2 certs using the cron job. However, it looks like its not possible other than by creating multiple --home-config(ex : 5131 ). Its there any better way?

Thanks

github-actions[bot] commented 1 week ago

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.