Files
api-specs/idn/beta/schemas/GetEncryptionKeysData.yaml
GitHub Action Bot c253c45bbf Automated commit 'Merge pull request #1243 from sailpoint/mtran/PLTCONN-2683
PLTCONN-2683: Adding api for signing certificate' by github action: 4747059863
2023-04-19 19:15:15 +00:00

20 lines
579 B
YAML

type: object
description: Get a Clusters key pair
required:
- publicKeyCertificate
properties:
privateKey:
description: private certificate of the cluster
type: string
example: -----BEGIN PRIVATE KEY-----******-----END PRIVATE KEY-----
publicKeyCertificate:
description: public certificate of the cluster
type: string
example: -----BEGIN CERTIFICATE-----******-----END CERTIFICATE-----
SignedCertificate:
description: signed certificate of the cluster
type: string
example: -----BEGIN CERTIFICATE-----******-----END CERTIFICATE-----