Object used to transfer raw certificate material.
Name | Type | Description | Attributes |
---|---|---|---|
certificate | Certificate | This is the actual certificate or PKCS12. Only Base64 encoded text should go in here. | Mandatory |
passphrase | Passphrase | Passphrase is necessary for certificates in PKCS12 format. For P7B format, do not specify a value here. |
Name | Type | Restrictions |
---|---|---|
Passphrase | xs:string | Length of value must be >=1 Length of value must be <=128 |
Certificate | xs:string | Length of value must be >=1 Length of value must be <=1048576 |