Commit a1988d99 authored by Tomáš Szaniszlo's avatar Tomáš Szaniszlo
Browse files

Fix openssl command

parent d4058522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Source: <https://wiki.debian.org/Keyboard>

**Check/Open SSL connection (command line)**

    echo | openssl s_client -connect $HOST:$PORT -servername $SNI
    echo | openssl s_client -connect $HOST -port $PORT -servername $SNI

- - -