The convox_domain_tls_cert_disable
parameter disables the generation of TLS certificates for the *.convox.cloud
domain for your services. This can be useful if you are using custom domain certificates and do not require the automatic generation of Convox domain certificates.
The default value for convox_domain_tls_cert_disable
is false
.
*.convox.cloud
domain.To set the convox_domain_tls_cert_disable
parameter, use the following command:
$ convox rack params set convox_domain_tls_cert_disable=true -r rackName
Setting parameters... OK
This command disables the automatic generation of TLS certificates for the *.convox.cloud
domain.
Disabling the automatic generation of Convox domain certificates is beneficial if you are managing your own certificates or using custom domains. It is crucial not to disable this feature unless you have a valid custom domain certificate in place to ensure secure communication for your services. For more information on managing TLS certificates and setting up custom domains with Convox, refer to the Convox documentation on custom domains.