mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
config: add support for downstream TLS server name (#3243)
* config: add support for downstream TLS server name * fix whitespace * fix whitespace * add docs * add tls_upstream_server_name and tls_downstream_server_name to config * Update docs/reference/settings.yaml Co-authored-by: Alex Fornuto <afornuto@pomerium.com> * Update docs/reference/readme.md Co-authored-by: Alex Fornuto <afornuto@pomerium.com> * add deprecation notice Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
e1403e33b4
commit
b79f1e379f
12 changed files with 837 additions and 614 deletions
File diff suppressed because it is too large
Load diff
|
@ -78,6 +78,8 @@ message Route {
|
|||
|
||||
bool tls_skip_verify = 14;
|
||||
string tls_server_name = 15;
|
||||
string tls_upstream_server_name = 57;
|
||||
string tls_downstream_server_name = 58;
|
||||
string tls_custom_ca = 16;
|
||||
string tls_custom_ca_file = 17;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue