mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
20 lines
579 B
YAML
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-----
|
|
|
|
|