Cert_Export
This API exports certificate and its private Key, if required.
URL
<http/https>://<host-name>:<Port>/protectappws/services/rest/certExport
Input Parameters
Parameter | Description |
---|---|
username | User name (optional). |
password | Password associated with the user (optional). |
certname | Name of the certificate to export. |
certformat | This option is required if private key will be exported along with the certificate. Valid values are — 1: representing PEM-PKCS#1 format — 8: representing PEM-PKCS#8 format. |
certAlias | Client certificate alias for making SSL connections (optional). |
certPass | Password for the provided certificate alias (optional). |
Sample REST call for cxf
request
response
Sample SOAP Parameters
Output
Exported certificate and the private key in PKCS#1 or PKCS#8 format.