Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Does AEM come with In built KeyStore

Avatar

Level 3

Hello.

I would like to know if AEM comes with a in built key store? Is there a documentation on this to support this. I could not find any.

If it does I would appreciate to point me to the documentation this

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@RamaniBa 

AEM has a keystore functionailty where you can upload your private and public keys and use them in your Java code

Please find the below documentation for reference

https://joao.ws/how-to-use-the-aem-key-store/

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

@RamaniBa 

AEM has a keystore functionailty where you can upload your private and public keys and use them in your Java code

Please find the below documentation for reference

https://joao.ws/how-to-use-the-aem-key-store/

Avatar

Level 3

Thanks. So where does the keystore reside -on the AEM server? Do we create the KeyStore or does it come created for you?

Avatar

Community Advisor

Hi, 

 

AEM does come with a keyStore, but I’m not sure if this is officially documented beyond its use for SAML integration. You can find some blog posts discussing its usage here: https://joao.ws/how-to-use-the-aem-key-store/ https://www.theaemmaven.com/post/private-keys-the-keystore-and-encryption .

 

Additionally, the official SAML documentation includes information on configuring the keyStore: 

https://helpx.adobe.com/experience-manager/how-to/How_to_reconfiguring_the_truststore_and_keystore.h...

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/security/saml-2-0-authentic... 

 

And most important you can find the JavaDoc here: https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/adobe/granite/key... 

 

Hope this helps.



Esteban Bustamante

Avatar

Level 3

Thanks. It seems AEM comes with Inbuilt KeyStore. So if it does, how do I digitally sign documents