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";
}