Fixes ACMEAttestationFormat comment

This commit is contained in:
Mariano Cano 2022-09-09 10:57:32 -07:00
parent 66407139e5
commit 1e098aef5b

View file

@ -41,7 +41,8 @@ func (c ACMEChallenge) Validate() error {
} }
} }
// ACMEPlatform represents the format used on a device-attest-01 challenge. // ACMEAttestationFormat represents the format used on a device-attest-01
// challenge.
type ACMEAttestationFormat string type ACMEAttestationFormat string
const ( const (