mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
config: add client_crl (#2157)
* config: add client_crl * address comments * add ignored file
This commit is contained in:
parent
a43d666d56
commit
b5b1013947
12 changed files with 404 additions and 215 deletions
|
@ -175,6 +175,8 @@ message Settings {
|
|||
repeated string databroker_service_urls = 52;
|
||||
optional string client_ca = 53;
|
||||
optional string client_ca_file = 54;
|
||||
optional string client_crl = 74;
|
||||
optional string client_crl_file = 75;
|
||||
optional string google_cloud_serverless_authentication_service_account = 55;
|
||||
optional bool autocert = 56;
|
||||
optional bool autocert_use_staging = 57;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue