sbrouet commented on issue #1527: URL: https://github.com/apache/apisix/issues/1527#issuecomment-1473300905
Hello, This feature is still important to us. We would really appreciate if some though could be given into it, maybe a rough estimate of implementation cost could be done, so it is clear whether this feature could be planned or not. OpenSSL library documentation gives an example on how to use method `PEM_read_bio_PrivateKey` and read passphrase: https://www.openssl.org/docs/man1.1.1/man3/PEM_read_bio_PrivateKey.html See: ``` Write a private key (using PKCS#8 format) to a BIO using triple DES encryption, using the pass phrase "hello": [...] Skeleton pass phrase callback: ``` @igor-borisoglebski : https://openresty.org/en/ OpenResty® is a full-fledged web platform that integrates our enhanced version of the [Nginx](https://openresty.org/en/nginx.html) core First thing Apisix Docker entrypoint does is generating the nginx.conf file. Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
