Docoment a bit more about the IssuerConfig

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
Maartje Eyskens 2020-10-13 14:59:44 +02:00
parent c98415062a
commit 82e63a4002
4 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.