luaossl icon indicating copy to clipboard operation
luaossl copied to clipboard

There should be a higher level way to use a full certificate chain

Open Mehgugs opened this issue 4 years ago • 0 comments

Luaossl should provide a method to take a string of a full chain of certs and take the first one and use it, and then bundle the rest into a chain and set that as the chain. Mirroring the functionality SSL_CTX_use_certificate_chain_file or exposing that function as a context object method.

Mehgugs avatar Jul 17 '21 22:07 Mehgugs