Certificate's signature algorithm.
{ "$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" }