Files
api-specs/idn/beta/schemas/SetEncryptionKeysData.yaml
2022-09-02 10:59:29 -04:00

11 lines
259 B
YAML

type: object
description: Set a Clusters key pair
required:
- publicCertificate
properties:
publicKeyCertificate:
description: public certificate of the cluster
type: string
example: -----BEGIN CERTIFICATE-----******-----END CERTIFICATE-----