From 1e098aef5b0374d97d41a26b8414b7a533a18cdb Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Fri, 9 Sep 2022 10:57:32 -0700 Subject: [PATCH] Fixes ACMEAttestationFormat comment --- authority/provisioner/acme.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/authority/provisioner/acme.go b/authority/provisioner/acme.go index f86ab07d..33fa351c 100644 --- a/authority/provisioner/acme.go +++ b/authority/provisioner/acme.go @@ -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 const (