Skip to content

Commit 0a8c613

Browse files
committed
[bugfix] Replace expired SSL certificate
1 parent 1a75ff1 commit 0a8c613

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

exist-jetty-config/src/main/resources/org/exist/jetty/etc/jetty-ssl-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Set name="KeyStorePassword"><Property name="jetty.sslContext.keyStorePassword" deprecated="jetty.keystore.password" default="OBF:1yta1t331v8w1v9q1t331ytc"/></Set>
1717
<Set name="KeyStoreType"><Property name="jetty.sslContext.keyStoreType" default="PKCS12"/></Set>
1818
<Set name="KeyStoreProvider"><Property name="jetty.sslContext.keyStoreProvider"/></Set>
19-
<Set name="CertAlias"><Property name="jetty.keystore.alias" default="jetty"/></Set>
19+
<Set name="CertAlias"><Property name="jetty.keystore.alias" default="existdb"/></Set>
2020
<Set name="KeyManagerPassword"><Property name="jetty.sslContext.keyManagerPassword" deprecated="jetty.keymanager.password" default="OBF:1yta1t331v8w1v9q1t331ytc"/></Set>
2121
<Set name="TrustStorePath"><Property name="jetty.base" default="." />/<Property name="jetty.sslContext.trustStorePath" deprecated="jetty.truststore" default="etc/keystore.p12"/></Set>
2222
<Set name="TrustStorePassword"><Property name="jetty.sslContext.trustStorePassword" deprecated="jetty.truststore.password" default="OBF:1yta1t331v8w1v9q1t331ytc"/></Set>
3.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)