Mux · Arazzo Workflow
Mux Rotate System Signing Key
Version 1.0.0
Create a new system-level signing key for Mux Data SDK auth, read it back, list keys, then delete the previous key.
View Spec
View on GitHub
Video InfrastructureVideo StreamingLive StreamingVideo AnalyticsVideo AIEncodingArazzoWorkflows
Provider
Workflows
system-signing-key-rotation
Create a new system signing key and retire the previous one.
Creates a system signing key, reads it back, lists keys, and deletes the previous key to finish the rotation.
1
createKey
create-signing-key
Create a new system signing key, returning its id and private key.
2
getKey
get-signing-key
Read the new signing key back to capture its public key.
3
listKeys
list-signing-keys
List the system signing keys to confirm both the new and previous keys are present before retiring the old one.
4
deletePreviousKey
delete-signing-key
Delete the previous system signing key so only the new key remains in service.