1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 05:55:24 +02:00

testssl: add example (#12280)

This commit is contained in:
Fazle Arefin 2024-02-17 02:31:31 +11:00 committed by GitHub
parent 58408aa5bd
commit b18ebd4665
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,3 +22,7 @@
- Only check HTTP security headers:
`testssl --headers {{example.com}}`
- Test other STARTTLS enabled protocols:
`testssl --starttls {{ftp|smtp|pop3|imap|xmpp|sieve|xmpp-server|telnet|ldap|irc|lmtp|nntp|postgres|mysql}} {{example.com}}:{{port}}`