Skip to content

Commit b24a7ba

Browse files
committed
Clarify TestCA in comment
1 parent 3a89cea commit b24a7ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

acmeissuer.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ type ACMEIssuer struct {
4848
// TestCA is the endpoint of the directory for
4949
// an ACME CA to use to test domain validation,
5050
// but any certs obtained from this CA are
51-
// discarded
51+
// discarded; it should perform real and valid
52+
// ACME verifications, but probably should not
53+
// issue real, publicly-trusted certificates
5254
TestCA string
5355

5456
// The email address to use when creating or

0 commit comments

Comments
 (0)