Update Your Encryption Key
You can update the key you created and the location of the key.
- On the screen that displays your encryption key, click Update Key.
- In the text field for Key URL, enter the fully qualified URL for the new key.
- 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="
}