Skip to main content

Override Certificate Name

Summary

Secure service communication can fail if the external certificate does not match the internally routed service hostname/SNI.

Override Certificate Name allows you to override that value.

How to configure

Config file keysEnvironment variablesTypeUsage
override_certificate_nameOVERRIDE_CERTIFICATE_NAMEstringoptional

Examples

override_certificate_name: authorize.corp.example.com
OVERRIDE_CERTIFICATE_NAME=authenticate.corp.example.com
# wildcard support
override_certificate_name: *.corp.example.com