Closed shrpne closed 1 year ago
As i understand usage of config.isDev in GetCertOptions is unintended, config.server.secure should be used there (as specified in comments). This change makes config.isDev obsolete, it isn't used anywhere else, so I removed it
config.isDev
config.server.secure
As i understand usage of
config.isDev
in GetCertOptions is unintended,config.server.secure
should be used there (as specified in comments). This change makesconfig.isDev
obsolete, it isn't used anywhere else, so I removed it