AEM 6.1 | dynamic media private key CRX location | Community
Skip to main content
Level 2
May 3, 2017
Solved

AEM 6.1 | dynamic media private key CRX location

  • May 3, 2017
  • 2 replies
  • 1241 views

Had a private key added to the keystore of a system user (dynamic-media-replication). Would like to know the crx path(s) that store the truststore password and private keys inside?

I want to include it in a content package for backup/restore. Exporting with the crx locaton /home/users/system/dam/dynamic-media-replication/keystore and restore with it in vanilla AEM is not helping.

 

AEM version: 6.1.0.SP2-CFP7, Feature Pack NPR-8956

 

The private key was added according to the steps in
https://docs.adobe.com/docs/en/aem/6-1/administer/content/dynamic-media/config-dynamic.html#Setting%20up%20Authentication

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Hi terenceleung,

  Trust store store under /etc/truststore where as keystore under /home/users/system/dam/dynamic-media-replication/keystore.   You have following options.

1)    Create the config on each envirnoments.

OR

2)   Want to use package, include /etc/key also part of package and needs system restart. 

OR

3)   Part of your build create the configs using curl.

Thanks,

2 replies

MC_Stuff
MC_StuffAccepted solution
Level 10
May 4, 2017

Hi terenceleung,

  Trust store store under /etc/truststore where as keystore under /home/users/system/dam/dynamic-media-replication/keystore.   You have following options.

1)    Create the config on each envirnoments.

OR

2)   Want to use package, include /etc/key also part of package and needs system restart. 

OR

3)   Part of your build create the configs using curl.

Thanks,

Level 2
May 4, 2017

MC Stuff wrote...

Hi terenceleung,

  Trust store store under /etc/truststore where as keystore under /home/users/system/dam/dynamic-media-replication/keystore.   You have following options.

1)    Create the config on each envirnoments.

OR

2)   Want to use package, include /etc/key also part of package and needs system restart. 

OR

3)   Part of your build create the configs using curl.

Thanks,

 

 

Thank you MC Stuff. Including /etc/key in the package (option 2) works for me. So this should be the crx location storing private key.

 

Option 1 is not an option to me.

Option 3 - Tried quite some times before I made this post. Could not succeed yet. Probably the HTTP POST request I captured had special characters added.