fix san validation

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

@ -356,8 +356,6 @@ func (o *Order) sans(csr *x509.CertificateRequest) ([]x509util.SubjectAlternativ
}
orderNames[indexDNS] = wireID.Name
indexDNS++
orderNames[indexDNS] = wireID.Domain
indexDNS++
orderURIs[indexURI] = wireID.ClientID
indexURI++
orderURIs[indexURI] = wireID.Handle

Loading…
Cancel
Save