Skip to main content

Create SCEP profiles

POST 

https://api.sase.paloaltonetworks.com/sse/config/v1/scep-profiles

Create an SCEP profile.

Request

Query Parameters

    type stringrequired

    Possible values: [cloud, container]

    The type of the schema node

Body

The SCEP profile you want to create

    algorithm object
    rsa object
    rsa_nbitsstring
    ca_identity_namestringrequired
    certificate_attributes object
    oneOf
    digeststringrequired
    fingerprintstring
    namestringrequired

    alphanumeric string [ 0-9a-zA-Z._-]

    Possible values: <= 31 characters

    scep_ca_certstring
    scep_challenge object
    oneOf
    scep_client_certstring
    scep_urlstringrequired
    subjectstring
    use_as_digital_signatureboolean
    use_for_key_enciphermentboolean

Responses

Created

Authorization: http

name: Bearertype: httpscheme: bearer
curl -L -X POST 'https://pan.dev/sse/config/v1/scep-profiles' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Auth
Parameters
— queryrequired
Body
{
  "algorithm": {
    "rsa": {
      "rsa_nbits": "string"
    }
  },
  "ca_identity_name": "string",
  "certificate_attributes": {
    "rfc822name": "string"
  },
  "digest": "string",
  "fingerprint": "string",
  "name": "string",
  "scep_ca_cert": "string",
  "scep_challenge": {
    "none": ""
  },
  "scep_client_cert": "string",
  "scep_url": "string",
  "subject": "string",
  "use_as_digital_signature": true,
  "use_for_key_encipherment": true
}
ResponseClear

Click the Send API Request button above and see the response here!