mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
parent
e5dff952de
commit
9b87e08faf
@ -57,9 +57,7 @@ func New(config *Config) (*Authority, error) {
|
||||
}
|
||||
audiences := []string{legacyAuthority}
|
||||
for _, name := range config.DNSNames {
|
||||
if port == "443" {
|
||||
audiences = append(audiences, fmt.Sprintf("https://%s/sign", name), fmt.Sprintf("https://%s/1.0/sign", name))
|
||||
}
|
||||
audiences = append(audiences, fmt.Sprintf("https://%s:%s/sign", name, port), fmt.Sprintf("https://%s:%s/1.0/sign", name, port))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user