lua-resty-auto-ssl icon indicating copy to clipboard operation
lua-resty-auto-ssl copied to clipboard

request_domain can set fullchain_der, privkey_der on ssl_options

Open kapouer opened this issue 6 years ago • 3 comments

Hi,

i needed this in order to provide a wildcard certificate:

  • does not fill autossl cache with a copy for each domain
  • uses autossl ocsp logic to avoid nginx taking over

It requires some extra work in init_by_lua, see this example.

kapouer avatar Jun 07 '18 09:06 kapouer

It's a simple man's #97 solution.

kapouer avatar Jun 07 '18 09:06 kapouer

Hi, do you have some success with wilcard certs?

abozhinov avatar Dec 17 '18 19:12 abozhinov

Well yes, provided you have a third-party tool (like certbot on debian) to update the certificates.

kapouer avatar Dec 17 '18 22:12 kapouer