Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Alvarez committed Nov 7, 2023
1 parent e30bd71 commit 7ca0c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public static SSLContext createSslContext(
*
* @param trustCertificatesByAlias a map of X.509 certificate in PEM or DER format by the alias to load the
* certificate as.
* @param config an {@link SslConfiguration} describing the trust store and key store configuration
* @param config an {@link SslConfiguration} describing the trust store configuration
*/
public static SSLContext createSslContext(
SslConfiguration config, Map<String, PemX509Certificate> trustCertificatesByAlias, Provider provider) {
Expand Down

0 comments on commit 7ca0c78

Please sign in to comment.