Update Your Encryption Key

You can update the key you created and the location of the key.

If you are changing the key, the PUT request must contain both the old key and the new key. The existing private RSA key is unencrypted and re-encrypted. The rest of the data is unchanged.
  1. On the screen that displays your encryption key, click Update Key.
  2. In the text field for Key URL, enter the fully qualified URL for the new key.
  3. Click Update Key.

Results:

Live Experience retrieves the current TKR URL and sends a PUT request to the current TKR. The TKR adds a payload containing the updated URL and the old and new keys and sends a PUT to Live Experience. Example payload:
Authorization: JWT
Payload: {
"url": "http://yourcompany.com/keys",
"oldKey": "59v/2Mp5j4gU0|NYppOaGIL4mgSYdInQQrgPmmSfQa8=",
"newKey": "FJM27+g67fBjb1kzE3|+plWqv|xmdVtZwUFuKk7Zjzi="
}