ACMEChallenge is an opaque string that represents supported ACME challenges.
| 10 | |
| 11 | // ACMEChallenge is an opaque string that represents supported ACME challenges. |
| 12 | type ACMEChallenge string |
| 13 | |
| 14 | const ( |
| 15 | HTTP_01 ACMEChallenge = "http-01" |
no outgoing calls
no test coverage detected