We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd472c commit 3efda6fCopy full SHA for 3efda6f
caddyconfig/httpcaddyfile/tlsapp.go
@@ -344,7 +344,7 @@ func (st ServerType) buildTLSApp(
344
internalAP := &caddytls.AutomationPolicy{
345
IssuersRaw: []json.RawMessage{json.RawMessage(`{"module":"internal"}`)},
346
}
347
- if autoHTTPS != "off" {
+ if autoHTTPS != "off" && autoHTTPS != "disable_certs" {
348
for h := range httpsHostsSharedWithHostlessKey {
349
al = append(al, h)
350
if !certmagic.SubjectQualifiesForPublicCert(h) {
0 commit comments