remote the command args of enable-dynamic-configuration

This commit is contained in:
Hui Chen 2018-10-16 10:50:02 +08:00
parent 7b0b761aa4
commit b276800d2c
2 changed files with 1 additions and 3 deletions

View file

@ -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 != "" {