If I generate an encryption key (Administration → Configuration → Encryption), can I use the key and anything encrypted with the key on another SonarQube server (identical version), assuming I copy the key file? IOW, is there any system-specific info embedded in the key that would preclude using it on a different server?
Also, if I click the “Generate New Secret Key” button, does that overwrite the existing key?
Basically, we have two servers. I want to use the key generator on server A to create a key and encrypt some secrets on server B, in order to minimize setup time on server B.
(I’m assuming the answer probably isn’t version-dependent, but just in case, we’re on 8.9 Community and upgrading to 9.9.)