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

Is it possible to change the LE CA to a custom CA? #269

Closed perezbox closed 2 years ago

perezbox commented 2 years ago

Hi

Not sure if this is the right place to ask, apologies if it is not.

I've been able to get this working as expected, super excited about that. But what I have not been able to figure out is how to switch the CA from Lets Encrypt to something else (e.g., my own CA). I know that using my own CA will prove problematic as it won't be in the root store. I'm perfectly fine with that, I can use my own cert locally in my own store.

Does anyone know how I might go about doing this? Changing the default CA from Lets Encrypt to something else?

Thanks

perezbox commented 2 years ago

I was able to answer my own question here. The answer is yes, just need to figure out how to get the set up done correctly.