remote the command args of enable-dynamic-configuration
This commit is contained in:
parent
7b0b761aa4
commit
b276800d2c
2 changed files with 1 additions and 3 deletions
|
|
@ -196,8 +196,7 @@ Feature backed by OpenResty Lua libraries. Requires that OCSP stapling is not en
|
|||
}
|
||||
|
||||
if *enableSSLChainCompletion && *dynamicCertificatesEnabled {
|
||||
return false, nil, fmt.Errorf(`SSL certificate chain completion cannot be enabled and dynamic configuration cannot be disabled when
|
||||
dynamic certificates functionality is enabled. Please check the flags --enable-ssl-chain-completion and --enable-dynamic-configuration`)
|
||||
return false, nil, fmt.Errorf(`SSL certificate chain completion cannot be enabled when dynamic certificates functionality is enabled. Please check the flags --enable-ssl-chain-completion`)
|
||||
}
|
||||
|
||||
if *publishSvc != "" && *publishStatusAddress != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue