Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 316 Bytes

File metadata and controls

26 lines (22 loc) · 316 Bytes
description Automatically generated file. DO NOT MODIFY
mgc organization certificate-based-auth-configuration create --organization-id {organization-id} --body '{
\
  "certificateAuthorities": [
\
    {
\
      "isRootAuthority": true,
\
      "certificate": "Binary"
\
    }
\
  ]
\
}
\
'