We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89cea commit b24a7baCopy full SHA for b24a7ba
acmeissuer.go
@@ -48,7 +48,9 @@ type ACMEIssuer struct {
48
// TestCA is the endpoint of the directory for
49
// an ACME CA to use to test domain validation,
50
// but any certs obtained from this CA are
51
- // discarded
+ // discarded; it should perform real and valid
52
+ // ACME verifications, but probably should not
53
+ // issue real, publicly-trusted certificates
54
TestCA string
55
56
// The email address to use when creating or
0 commit comments