Upload supplementary CA certificate list

Prev Next

Uploads the supplementary CA certificate list.

API URL

POST https://<host>/wsapis/v2.0.0/certmgmt/supplemental_ca -d <payload>

Payload

JSON containing the following fields:

"certificate_name" : "(string) <name given at the import time>"
"certificate_body" : "(string) <body of the certificate with EOL replaced by "\n" >"

Sample curl requests

curl -kg -H "$c" -H 'content-type:application/json' "https://<host>/wsapis/v2.0.0/certmgmt/supplemental_ca" -d @upload_supplimental_cert.json

Availability

This command is available on the following platforms:

  • Network Security

  • Helix Enterprise

Authentication

Standard WSAPI authentication