mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-20 10:35:54 +10:00
Docoment a bit more about the IssuerConfig
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user