Hello,
I am trying to sync API keys between publish instances. I followed instructions from this blog post (replacing files in the file system)
I was trying to avoid instance restart so I restarted bundle with curl commands
Restarted bundle: com.adobe.granite.crypto
Unfortunately when I deployed my app with encrypted config values AEM could not decrypt properties on the fly. I had to restart the instance to fix the issue.
Did something change on the latest AEM and made the restart required ? Or maybe there is some other bundles that should be restarted after key sync ?
And another question - seems that replacing crypto keys is a part of almost every AEM project - is there official Adobe documentation on that matter ?