server_name is ignored for x509 certs

This commit is contained in:
Frank Denis 2021-06-07 11:27:33 +02:00
parent dc99f1bc2c
commit 56f2e9adcc
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys
#
# creds = [
# { server_name='myserver', client_cert='client.crt', client_key='client.key' }
# { server_name='*', client_cert='client.crt', client_key='client.key' }
# ]