mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
used {{domain}} and {{port}}
This commit is contained in:
parent
832bf8006c
commit
9e96e4b648
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
- Check an SSL connection
|
- Check an SSL connection
|
||||||
|
|
||||||
`openssl s_client -connect {{url}}:443`
|
`openssl s_client -connect {{domain}}:{{port}}`
|
||||||
|
|
||||||
- Generate new private key and CSR
|
- Generate new private key and CSR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue