Mux · Arazzo Workflow
Mux Rotate URL Signing Key
Version 1.0.0
Create a new URL signing key, read it back, list all keys, then delete the previous key to complete a rotation.
View Spec
View on GitHub
Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows
Provider
Workflows
url-signing-key-rotation
Create a new URL signing key and retire the previous one.
Creates a new URL signing key, reads it back, lists keys, and deletes the previous key to finish the rotation.
1
createKey
create-url-signing-key
Create a new URL signing key, returning its id, private key, and public key.
2
getKey
get-url-signing-key
Read the newly created signing key back to capture its public key for distribution to verifiers.
3
listKeys
list-url-signing-keys
List the URL signing keys in the environment to confirm both the new and previous keys are present before retiring the old one.
4
deletePreviousKey
delete-url-signing-key
Delete the previous signing key so signed playback tokens must be minted with the new key going forward.