See gh-31253
This commit is contained in:
Andy Wilkinson 2022-06-25 13:47:25 +01:00
parent 7abc7df7b8
commit 71526bf44f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class SslConnectorCustomizer implements TomcatConnectorCustomizer {
configureSslStoreProvider(protocol, sslHostConfig, certificate, sslStoreProvider);
String keyPassword = sslStoreProvider.getKeyPassword();
if (keyPassword != null) {
certificate.setCertificateKeyPassword(ciphers);
certificate.setCertificateKeyPassword(keyPassword);
}
}
else {