Replies: 1 comment
-
Are there any known workarounds or patches that allow provider-based features for set and get data to be used with NGINX? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allow using OpenSSL 3.0 "provider" API instead of deprecated "engine" API. nginx does not support selecting a specific provider if using the ssl_certificate_key directive.
The value provider:name:id cannot be specified instead of the file, which would load a secret key with a specified id from the OpenSSL provider name.
Beta Was this translation helpful? Give feedback.
All reactions