mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-19 18:58:50 +08:00
testing: sort force-automated hosts
This commit is contained in:
parent
afa778ae05
commit
fedbb8a92d
@ -423,6 +423,7 @@ func (st ServerType) buildTLSApp(
|
||||
}
|
||||
al = append(al, name)
|
||||
}
|
||||
slices.Sort(al) // to stabilize the adapt output
|
||||
if len(al) > 0 {
|
||||
tlsApp.CertificatesRaw["automate"] = caddyconfig.JSON(al, &warnings)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user