Consistent host variable.

waldyrious/alt-syntax
Peter Tripp 2016-02-09 20:58:44 -08:00
parent 4cbfcfdc0d
commit f61904c45c
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
- Display the complete certificate chain of an HTTPS server:
`openssl s_client -connect {{google.com}}:{{443}} -showcerts </dev/null`
`openssl s_client -connect {{host}}:443 -showcerts </dev/null`