Read CSR

Prev Next

Reads the CSR.

API URL

GET https://<host>/wsapis/v2.0.0/certmgmt/csr

or (by name)

GET https://<host>/wsapis/v2.0.0/certmgmt/csr/{csrName}

Sample curl requests

curl -kg -H "$c" "https://<host>/wsapis/v2.0.0/certmgmt/csr"

Availability

This command is available on the following platforms:

  • Network Security

  • Helix Enterprise

Response

"csr_id": "<internal ID of the CSR>"
"csr_name": "<name given to the CSR>"
"csr_body": "<PEM encoded CSR (use this to export)>"
"pvt_key_present": (Boolean)

Authentication

Standard WSAPI authentication