Fix acme error map

pull/977/head
Mariano Cano 2 years ago
parent 08815c5e90
commit c5d3714a63

@ -175,7 +175,7 @@ var (
status: 400, status: 400,
}, },
ErrorBadAttestationStatementType: { ErrorBadAttestationStatementType: {
typ: officialACMEPrefix + ErrorBadNonceType.String(), typ: officialACMEPrefix + ErrorBadAttestationStatementType.String(),
details: "Attestation statement cannot be verified", details: "Attestation statement cannot be verified",
status: 400, status: 400,
}, },

Loading…
Cancel
Save