fix csr domain validation in finalize

pull/1671/head
beltram 1 year ago committed by Herman Slatman
parent 73ec6c89d0
commit 5ba0ab3e44
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -354,7 +354,7 @@ func (o *Order) sans(csr *x509.CertificateRequest) ([]x509util.SubjectAlternativ
if err != nil {
return sans, NewErrorISE("unsupported identifier value in order: %s", n.Value)
}
orderNames[indexDNS] = wireID.Name
orderNames[indexDNS] = wireID.Domain
indexDNS++
orderURIs[indexURI] = wireID.ClientID
indexURI++

Loading…
Cancel
Save