1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:53:50 +02:00

Consistent host variable.

This commit is contained in:
Peter Tripp 2016-02-09 20:58:44 -08:00
parent 4cbfcfdc0d
commit f61904c45c

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`