Hi Team,
Can anyone share more information on how to upload more than 1 cert in trust store ?
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
Yes, You can upload multiple certs to your AEM Instance either through UI or with commands.
Here is the article to follow the steps.https://www.opsinventor.com/aem-ssl-setup-aem-6-1-6-2-java-keystore-based-ssl-configuration/
You could use
keytool –import –trustcacerts –file /path/to/ca/ca.cer –alias CA_ALIAS –keystore $JAVA_HOME/jre/lib/security/cacerts
Download your desired .cer files to a path and use above command with appropriate Alias names. If the cert already exists in the trust store it will notify.
See https://docs.oracle.com/en/java/javase/13/docs/specs/man/keytool.htmlfor more details.
I was trying to upload a cert using UI (/libs/granite/security/content/truststore.html) but when I upload another cert it overrides the old cert file even they are different cert files. I can try using keytool command.
Yes, You can upload multiple certs to your AEM Instance either through UI or with commands.
Here is the article to follow the steps.https://www.opsinventor.com/aem-ssl-setup-aem-6-1-6-2-java-keystore-based-ssl-configuration/
@Anny0505 Good to see you back inside the AEM Community. Keep the great work of assisting others going. Looking forward to more contributions from you.
Views
Replies
Total Likes
Views
Likes
Replies