Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 366 Bytes

File metadata and controls

28 lines (24 loc) · 366 Bytes
description Automatically generated file. DO NOT MODIFY
mgc applications add-key post --application-id {application-id} --body '{
\
    "keyCredential": {
\
        "type": "AsymmetricX509Cert",
\
        "usage": "Verify",
\
        "key": "MIIDYDCCAki..."
\
    },
\
    "passwordCredential": null,
\
    "proof":"eyJ0eXAiOiJ..."
\
}
\
'