mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +02:00
config: update logic for checking overlapping certificates (#4216)
* config: update logic for checking overlapping certificates * add test * go mod tidy
This commit is contained in:
parent
3a791542d4
commit
baf964f44a
10 changed files with 216 additions and 138 deletions
|
@ -63,7 +63,7 @@ func TestAutocertOptions_Validate(t *testing.T) {
|
|||
wantErr bool
|
||||
cleanup func()
|
||||
}
|
||||
var tests = map[string]func(t *testing.T) test{
|
||||
tests := map[string]func(t *testing.T) test{
|
||||
"ok/custom-ca": func(t *testing.T) test {
|
||||
return test{
|
||||
fields: fields{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue