Hello Folks,

I was able to run CAS 7.1.3 locally in my machine but in order to do it I 
had to run bunch of keystore commands to generate jks file and add to my 
java home certs

keytool -genkey -keyalg RSA -alias cas -keystore thekeystore -storepass 
changeit -validity 360 -keysize 2048

keytool -importkeystore -srckeystore thekeystore -destkeystore 
$JAVA_HOME/lib/security/cacerts

sudo keytool -delete -file cas.crt -keystore 
/Users/ankit.kumar1/.sdkman/candidates/java/current/lib/security/cacerts 
-alias cas -storepass changeit

sudo keytool -import -file cas.crt -keystore 
/Users/ankit.kumar1/.sdkman/candidates/java/current/lib/security/cacerts 
-alias cas -storepass changeit

keytool -export -alias cas -keystore thekeystore -file cas.crt -storepass 
changeit

I am not certain if this is the most efficient and correct way to do it but 
can someone please walk me through the steps on how did they deploy in AWS 
ECS or any other cloud provider.

Appreciate all the help in advance

Cheers

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/845bb00d-a762-42ad-8c5e-997b8892d619n%40apereo.org.

Reply via email to