Docoment a bit more about the IssuerConfig
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
parent
c98415062a
commit
82e63a4002
@ -93,6 +93,8 @@ type IssuerSpec struct {
|
||||
IssuerConfig `json:",inline"`
|
||||
}
|
||||
|
||||
// IssuerConfig includes any configuration required for the issuer.
|
||||
// only one of these can be set per issuer.
|
||||
type IssuerConfig struct {
|
||||
// ACME configures this issuer to communicate with a RFC8555 (ACME) server
|
||||
// to obtain signed x509 certificates.
|
||||
|
||||
@ -89,6 +89,8 @@ type IssuerSpec struct {
|
||||
IssuerConfig `json:",inline"`
|
||||
}
|
||||
|
||||
// IssuerConfig includes any configuration required for the issuer.
|
||||
// only one of these can be set per issuer.
|
||||
type IssuerConfig struct {
|
||||
// ACME configures this issuer to communicate with a RFC8555 (ACME) server
|
||||
// to obtain signed x509 certificates.
|
||||
|
||||
@ -89,6 +89,8 @@ type IssuerSpec struct {
|
||||
IssuerConfig `json:",inline"`
|
||||
}
|
||||
|
||||
// IssuerConfig includes any configuration required for the issuer.
|
||||
// only one of these can be set per issuer.
|
||||
type IssuerConfig struct {
|
||||
// ACME configures this issuer to communicate with a RFC8555 (ACME) server
|
||||
// to obtain signed x509 certificates.
|
||||
|
||||
@ -91,6 +91,8 @@ type IssuerSpec struct {
|
||||
IssuerConfig `json:",inline"`
|
||||
}
|
||||
|
||||
// IssuerConfig includes any configuration required for the issuer.
|
||||
// only one of these can be set per issuer.
|
||||
type IssuerConfig struct {
|
||||
// ACME configures this issuer to communicate with a RFC8555 (ACME) server
|
||||
// to obtain signed x509 certificates.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user