Configuring SSL
This page outlines how to configure the PullRequest Proxy to use SSL.
In order to use SSL for the PullRequest Proxy webhook handling, some additional fields must be configured on the .env
file that we opened earlier:
USE_TLS=true
TLS_CERT_PATH=<path_to_ssl_cert>
TLS_KEY_PATH=<path_to_ssl_key>
Last updated