spelling: account
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
56673bab40
commit
ec5da97f2b
@ -80,7 +80,7 @@ spec:
|
||||
description: Email is the email for this account
|
||||
type: string
|
||||
externalAccountBinding:
|
||||
description: ExternalAcccountBinding is a reference to a CA external
|
||||
description: ExternalAccountBinding is a reference to a CA external
|
||||
account of the ACME server.
|
||||
type: object
|
||||
required:
|
||||
|
||||
@ -80,7 +80,7 @@ spec:
|
||||
description: Email is the email for this account
|
||||
type: string
|
||||
externalAccountBinding:
|
||||
description: ExternalAcccountBinding is a reference to a CA external
|
||||
description: ExternalAccountBinding is a reference to a CA external
|
||||
account of the ACME server.
|
||||
type: object
|
||||
required:
|
||||
|
||||
@ -2230,7 +2230,7 @@ spec:
|
||||
description: Email is the email for this account
|
||||
type: string
|
||||
externalAccountBinding:
|
||||
description: ExternalAcccountBinding is a reference to a CA external
|
||||
description: ExternalAccountBinding is a reference to a CA external
|
||||
account of the ACME server.
|
||||
type: object
|
||||
required:
|
||||
@ -3984,7 +3984,7 @@ spec:
|
||||
description: Email is the email for this account
|
||||
type: string
|
||||
externalAccountBinding:
|
||||
description: ExternalAcccountBinding is a reference to a CA external
|
||||
description: ExternalAccountBinding is a reference to a CA external
|
||||
account of the ACME server.
|
||||
type: object
|
||||
required:
|
||||
|
||||
@ -36,7 +36,7 @@ type ACMEIssuer struct {
|
||||
// +optional
|
||||
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"`
|
||||
|
||||
// ExternalAcccountBinding is a reference to a CA external account of the ACME
|
||||
// ExternalAccountBinding is a reference to a CA external account of the ACME
|
||||
// server.
|
||||
// +optional
|
||||
ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"`
|
||||
@ -51,7 +51,7 @@ type ACMEIssuer struct {
|
||||
Solvers []ACMEChallengeSolver `json:"solvers,omitempty"`
|
||||
}
|
||||
|
||||
// ACMEExternalAcccountBinding is a reference to a CA external account of the ACME
|
||||
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME
|
||||
// server.
|
||||
type ACMEExternalAccountBinding struct {
|
||||
// keyID is the ID of the CA key that the External Account is bound to.
|
||||
|
||||
@ -36,7 +36,7 @@ type ACMEIssuer struct {
|
||||
// +optional
|
||||
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"`
|
||||
|
||||
// ExternalAcccountBinding is a reference to a CA external account of the ACME
|
||||
// ExternalAccountBinding is a reference to a CA external account of the ACME
|
||||
// server.
|
||||
// +optional
|
||||
ExternalAccountBinding *ACMEExternalAccountBinding `json:"externalAccountBinding,omitempty"`
|
||||
@ -51,7 +51,7 @@ type ACMEIssuer struct {
|
||||
Solvers []ACMEChallengeSolver `json:"solvers,omitempty"`
|
||||
}
|
||||
|
||||
// ACMEExternalAcccountBinding is a reference to a CA external account of the ACME
|
||||
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME
|
||||
// server.
|
||||
type ACMEExternalAccountBinding struct {
|
||||
// keyID is the ID of the CA key that the External Account is bound to.
|
||||
|
||||
@ -34,7 +34,7 @@ type ACMEIssuer struct {
|
||||
// If true, skip verifying the ACME server TLS certificate
|
||||
SkipTLSVerify bool
|
||||
|
||||
// ExternalAcccountBinding is a reference to a CA external account of the ACME
|
||||
// ExternalAccountBinding is a reference to a CA external account of the ACME
|
||||
// server.
|
||||
ExternalAccountBinding *ACMEExternalAccountBinding
|
||||
|
||||
@ -47,7 +47,7 @@ type ACMEIssuer struct {
|
||||
Solvers []ACMEChallengeSolver
|
||||
}
|
||||
|
||||
// ACMEExternalAcccountBinding is a reference to a CA external account of the ACME
|
||||
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME
|
||||
// server.
|
||||
type ACMEExternalAccountBinding struct {
|
||||
// keyID is the ID of the CA key that the External Account is bound to.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user