File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
test/org/apache/tomcat/util/net Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ private void configureHostRSA() {
254254 SSLHostConfigCertificate sslHostConfigCertificateRsa = new SSLHostConfigCertificate (sslHostConfig , Type .RSA );
255255 sslHostConfigCertificateRsa .setCertificateFile (getPath (TesterSupport .LOCALHOST_RSA_CERT_PEM ));
256256 sslHostConfigCertificateRsa .setCertificateKeyFile (getPath (TesterSupport .LOCALHOST_RSA_KEY_PEM ));
257- sslHostConfigCertificateRsa .setCertificateKeystorePassword (TesterSupport .JKS_PASS );
258257 sslHostConfig .addCertificate (sslHostConfigCertificateRsa );
259258 break ;
260259 }
@@ -276,7 +275,6 @@ private void configureHostEC() {
276275 SSLHostConfigCertificate sslHostConfigCertificateEc = new SSLHostConfigCertificate (sslHostConfig , Type .EC );
277276 sslHostConfigCertificateEc .setCertificateFile (getPath (TesterSupport .LOCALHOST_EC_CERT_PEM ));
278277 sslHostConfigCertificateEc .setCertificateKeyFile (getPath (TesterSupport .LOCALHOST_EC_KEY_PEM ));
279- sslHostConfigCertificateEc .setCertificateKeyPassword (TesterSupport .JKS_PASS );
280278 sslHostConfig .addCertificate (sslHostConfigCertificateEc );
281279 break ;
282280 }
You can’t perform that action at this time.
0 commit comments