tls-certificates-and-hostnames_schemas-signature

Certificate's signature algorithm.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-signature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-signature",
  "title": "tls-certificates-and-hostnames_schemas-signature",
  "description": "Certificate's signature algorithm.",
  "enum": [
    "ECDSAWithSHA256",
    "SHA1WithRSA",
    "SHA256WithRSA"
  ],
  "type": "string"
}