config: add client_crl (#2157)

* config: add client_crl

* address comments

* add ignored file
This commit is contained in:
Caleb Doxsey 2021-04-30 14:36:32 -06:00 committed by GitHub
parent a43d666d56
commit b5b1013947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 404 additions and 215 deletions

View file

@ -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;