mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-12 00:27:35 +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
|
@ -204,6 +204,7 @@ func (src *FileWatcherSource) check(ctx context.Context, cfg *Config) {
|
|||
cfg.Options.CAFile,
|
||||
cfg.Options.CertFile,
|
||||
cfg.Options.ClientCAFile,
|
||||
cfg.Options.ClientCRLFile,
|
||||
cfg.Options.DataBrokerStorageCAFile,
|
||||
cfg.Options.DataBrokerStorageCertFile,
|
||||
cfg.Options.DataBrokerStorageCertKeyFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue