fix per-host scope
This commit is contained in:
2
vendor/github.com/cloudflare/cfssl/config/config.go
generated
vendored
2
vendor/github.com/cloudflare/cfssl/config/config.go
generated
vendored
@ -32,7 +32,7 @@ import (
|
||||
// mechanism.
|
||||
type CSRWhitelist struct {
|
||||
Subject, PublicKeyAlgorithm, PublicKey, SignatureAlgorithm bool
|
||||
DNSNames, IPAddresses, EmailAddresses bool
|
||||
DNSNames, IPAddresses, EmailAddresses, URIs bool
|
||||
}
|
||||
|
||||
// OID is our own version of asn1's ObjectIdentifier, so we can define a custom
|
||||
|
Reference in New Issue
Block a user