Add alias for private key field on inline-certificate

pull/16276/head
Nathan Coleman 2 years ago
parent 637d13a0a9
commit 18f19cecd1

@ -12,7 +12,7 @@ type InlineCertificateConfigEntry struct {
// Certificate is the public certificate component of an x509 key pair encoded in raw PEM format.
Certificate string
// PrivateKey is the private key component of an x509 key pair encoded in raw PEM format.
PrivateKey string
PrivateKey string `alias:"private_key"`
Meta map[string]string `json:",omitempty"`

Loading…
Cancel
Save