The Paketo OpenSSL Security Provider is a Java Security Provider that can load OpenSSL artifacts (PEM encoded Private Keys and Certificates) and expose them to applications transparently.
- If the
io.paketo.openssl.ca-certificates=<PATH>
system property is set- Adds an additional
TrustManager
containing the certificates from the path, after the configured systemTrustManager
- Adds an additional
- If
io.paketo.openssl.private-key=<PATH>
andio.paketo.openssl.certificates=<PATH>
system properties are set- Adds an additional
KeyManager
containing the private key and certificates from the paths, after the configured systemKeyManager
- Adds an additional
This library is released under version 2.0 of the Apache License.