Skip to main content

Set Console Certificate Settings

POST 

/api/v32.04/settings/console-certificate

x-prisma-cloud-target-env: {"permission":"authConfiguration","saas":false,"self-hosted":true}
x-public: true

SetConsoleCertificateSettings sets the console certificate settings

Request

Body

    checkRevocation boolean

    CheckRevocation indicates whether cert revocation status is required.

    consoleCaCert string

    ConsoleCACert is a custom CA certificate for the console.

    consoleCustomCert object

    Secret Stores the plain and encrypted version of a value. The plain version is not stored in a database

    encrypted string

    Specifies an encrypted value of the secret.

    plain string

    Specifies the plain text value of the secret.

    hpkp object

    HPKPSettings represents the public key pinning settings

    certs string

    Certs are the public certs used for fingerprinting.

    enabled boolean

    .

    fingerprints string (string)[]

    SHA256 fingerprints of the certificates.

Responses

OK

Loading...