How to publish (replicate) Global Trust Store and how to verify Global Trust Store is published on AEM 6.5 ? | Community
Skip to main content
Level 4
March 25, 2020
Solved

How to publish (replicate) Global Trust Store and how to verify Global Trust Store is published on AEM 6.5 ?

  • March 25, 2020
  • 3 replies
  • 4970 views

Hi All,

Please can you advise best practice how to publish (replicate) Global Trust Store settings and how to verify that Global Trust Store is published on AEM 6.5 ?

Global Trust Store is accessible (on Author) via http://localhost:4502/libs/granite/security/content/truststore.html

Thank you for your time and advice.

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 Gaurav-Behl

TrustStore location is /etc/truststore. I haven't tried to replicate or move via package but you may try that

3 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
March 26, 2020

TrustStore location is /etc/truststore. I haven't tried to replicate or move via package but you may try that

Adobe Employee
September 16, 2020
Just replicating /etc/truststore does not solve this You must copy the hmac/master keys were physically copied from the filesystem (/crx-quickstart/launchpad/felix/bundle25/data) to the other instance.
Adobe Employee
March 27, 2020

Why would you want to replicate that out of curiosity?

 

Secondly, unless the hmac/master keys were physically copied from the filesystem (/crx-quickstart/launchpad/felix/bundle25/data) to this other instance day-0 then I wouldn't expect any cryptographic hash-functions to be able to sign. 

Adobe Employee
September 16, 2020

Just replicating /etc/truststore does not solve this. You must copy the hmac/master keys files physically  from the filesystem (/crx-quickstart/launchpad/felix/bundle25/data) too to the other instance. So the steps are:

1. Replicate /etc/truststore

2. Copy the hmac/master keys files physically from the filesystem ( e.g. /crx-quickstart/launchpad/felix/bundle25/data) to all other publish instances