We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a548b commit dc25194Copy full SHA for dc25194
Dockerfile
@@ -20,7 +20,7 @@ FROM $BASE_IMAGE as cas
20
RUN mkdir -p /etc/cas && \
21
cd /etc/cas && \
22
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"
+ -keysize 2048 -keyalg RSA -dname "CN=localhost, OU=LT, O=Libertech, L=Somewhere, S=LT, C=FR"
24
RUN if [ -r /etc/cas/config/certificate.pem ]; then \
25
keytool -noprompt -importcert -keystore /etc/ssl/certs/java/cacerts -storepass changeit \
26
-file /etc/cas/config/certificate.pem -alias "casclient"; \
0 commit comments