mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
* config: update logic for checking overlapping certificates * add test * go mod tidy
This commit is contained in:
parent
4a14cab50a
commit
2803f3949c
8 changed files with 213 additions and 135 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