forked from TrueCloudLab/certificates
Fix acme error map
This commit is contained in:
parent
08815c5e90
commit
c5d3714a63
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ var (
|
|||
status: 400,
|
||||
},
|
||||
ErrorBadAttestationStatementType: {
|
||||
typ: officialACMEPrefix + ErrorBadNonceType.String(),
|
||||
typ: officialACMEPrefix + ErrorBadAttestationStatementType.String(),
|
||||
details: "Attestation statement cannot be verified",
|
||||
status: 400,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue