Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 407 Bytes

File metadata and controls

32 lines (28 loc) · 407 Bytes
description Automatically generated file. DO NOT MODIFY
mgc applications add-key post --application-id {application-id} --body '{
\
    "keyCredential": {
\
        "type": "X509CertAndPassword",
\
        "usage": "Sign",
\
        "key": "MIIDYDCCAki..."
\
    },
\
    "passwordCredential": {
\
        "secretText": "MKTr0w1..."
\
    },
\
    "proof":"eyJ0eXAiOiJ..."
\
}
\
'