Skip to content

Commit dc25194

Browse files
committed
Update Dockerfile
1 parent 55a548b commit dc25194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM $BASE_IMAGE as cas
2020
RUN mkdir -p /etc/cas && \
2121
cd /etc/cas && \
2222
keytool -genkey -noprompt -keystore thekeystore -storepass changeit -keypass changeit -validity 3650 \
23-
-keysize 2048 -keyalg RSA -dname "CN=localhost, OU=MyOU, O=MyOrg, L=Somewhere, S=VA, C=US"
23+
-keysize 2048 -keyalg RSA -dname "CN=localhost, OU=LT, O=Libertech, L=Somewhere, S=LT, C=FR"
2424
RUN if [ -r /etc/cas/config/certificate.pem ]; then \
2525
keytool -noprompt -importcert -keystore /etc/ssl/certs/java/cacerts -storepass changeit \
2626
-file /etc/cas/config/certificate.pem -alias "casclient"; \

0 commit comments

Comments
 (0)