CertificateSecurityPolicy

CertificateSecurityPolicy
CertificateSecurityPolicy
JSON Example
{
    "blocked_certificate_signature_algorithms": [
        "string"
    ],
    "blocked_ocsp_request_hash_algorithms": [
        "string"
    ]
}
array of string
blocked_certificate_signature_algorithms
Optional

Signature algorithm families whose certificates are blocked on new imports. Enum options - SIGNATURE_ALGORITHM_MD5, SIGNATURE_ALGORITHM_SHA1, SIGNATURE_ALGORITHM_SHA256, SIGNATURE_ALGORITHM_SHA384, SIGNATURE_ALGORITHM_SHA512, SIGNATURE_ALGORITHM_ED25519. Field introduced in 32.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

array of string
blocked_ocsp_request_hash_algorithms
Optional

Hash algorithms not allowed for OCSP requests. Enum options - OCSP_HASH_SHA1, OCSP_HASH_SHA256, OCSP_HASH_SHA384, OCSP_HASH_SHA512. Field introduced in 32.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.