Skip to content

Commit

Permalink
Fix minor yamllint issue
Browse files Browse the repository at this point in the history
Fix indentation to make yamllint happy.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Oct 30, 2024
1 parent fc2c874 commit e33f2f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/testdata/web_config_auth_client_san.good.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ tls_server_config:
client_auth_type: "RequireAndVerifyClientCert"
client_ca_file: "client2_selfsigned.pem"
client_allowed_sans:
- "one"
- "test3"
- "two"
- "one"
- "test3"
- "two"

0 comments on commit e33f2f7

Please sign in to comment.