Update acme/order.go

Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
pull/1683/head
beltram 5 months ago committed by GitHub
parent a3de984ee3
commit b8eb559ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -324,7 +324,7 @@ func (o *Order) Finalize(ctx context.Context, db DB, csr *x509.CertificateReques
}
// containsWireIdentifiers checks if [Order] contains ACME
// identifiers for the WireUser type.
// identifiers for the WireUser or WireDevice types.
func (o *Order) containsWireIdentifiers() bool {
for _, i := range o.Identifiers {
if i.Type == WireUser || i.Type == WireDevice {

Loading…
Cancel
Save