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.93k stars 182 forks source link

Storing custom certification #260

Open bhaim123 opened 3 years ago

bhaim123 commented 3 years ago

Is it possible to define a domain that for it, the code won't go to lets encrypt?

I would like to create the certification with another authority for some domains and only store them in my certification DB(Redis).

So I'll need a way to say that do not try to create a certification for them. Also, would there be an easy way to store them in the Redis and get a notification/log when they are about to expire?

jxskiss commented 2 years ago

If this reply is not too late, you may check https://github.com/jxskiss/ssl-cert-server, which supports manually managed certificates, and Let's Encrypt, even wildcard certificates.