auto-ssl / lua-resty-auto-ssl

On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
MIT License
1.94k stars 182 forks source link

Certificates with multiple accounts #274

Open EnriqueCepeda opened 2 years ago

EnriqueCepeda commented 2 years ago

Have you considered implementing a multi-account solution to increment the quantity of emitted certificates per week that Let's Encrypt allows (50 per week)?

jxskiss commented 2 years ago

You may check https://github.com/jxskiss/ssl-cert-server, which is similar to this project and has support wildcard certificates recently.