Skip to content

Commit 625b88a

Browse files
committed
added a new self-signed certificate that says Jenkins
1 parent eaf087d commit 625b88a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dummy.keystore

-28 Bytes
Binary file not shown.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ THE SOFTWARE.
426426
<activeByDefault>true</activeByDefault>
427427
</activation>
428428
<properties>
429-
<hudson.sign.alias>hudson</hudson.sign.alias>
429+
<hudson.sign.alias>jenkins</hudson.sign.alias>
430430
<hudson.sign.keystore>../dummy.keystore</hudson.sign.keystore>
431-
<hudson.sign.storepass>hudson</hudson.sign.storepass>
431+
<hudson.sign.storepass>jenkins</hudson.sign.storepass>
432432
</properties>
433433
</profile>
434434
<profile>

0 commit comments

Comments
 (0)