CertificateSigningRequest
This API signs a certificate.
URL
<http/https>://<host-name>:<Port>/protectappws/services/rest/signRequest
Input Parameters
Parameters | Description |
---|---|
userName | Name of the user. |
password | Password associated with the user. |
caName | CA name. |
noOfExpireDays | Expiration date of the certificate. |
csrRequest | CSR request. |
certAlias | Client certificate alias for making SSL connections (optional). |
certPass | Password for the provided certificate alias (optional). |
Sample REST call for cxf
request
response