Consistent host variable.
This commit is contained in:
parent
4cbfcfdc0d
commit
f61904c45c
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue