forked from TrueCloudLab/certificates
Fixes ACMEAttestationFormat comment
This commit is contained in:
parent
66407139e5
commit
1e098aef5b
1 changed files with 2 additions and 1 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue