How to change keystore and truststore password in AEM | Adobe Higher Education
Skip to main content
ranadyutis95334
Level 3
January 7, 2021
Beantwortet

How to change keystore and truststore password in AEM

  • January 7, 2021
  • 2 Antworten
  • 3494 Ansichten

Hi,

Can someone tell me how do we change the password for keystore and truststore. When I change the password directly from CRXDE and restart, the server do not come up.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Ankur_Khare

Whenever u create a keystore or truststore a node gets created in aeem .

To change the password you nèed to delete previously created node in crxde and recreate through ui.

2 Antworten

SureshDhulipudi
Community Advisor
Community Advisor
January 7, 2021

you can write a config service to update the details

 

@ObjectClassDefinition(name="Config Service", description="This configuration is to update keystore password")
public @interface Configuration {

@AttributeDefinition(name = "Keystore password",
description = "The password to access the some configuration key password")
String keystorePassword() default "defulatkeypassword";

 

}

Ankur_Khare
Community Advisor
Community Advisor
January 8, 2021

Whenever u create a keystore or truststore a node gets created in aeem .

To change the password you nèed to delete previously created node in crxde and recreate through ui.

Level 3
July 3, 2024

Hi @ankur_khare ,
We have a situation to change the truststore password and unfortunately we don't have the current one. Ours is AEM as a Cloud Service. In this case, if I need to remove the existing truststore and create a new one, how can I do it? CRX/DE is not accessible in AEM cloud service. Can you please advise?

Thanks,
Rahul