Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
testing_tls_ssl_encryption [2018/06/25 09:54] Stephane de Labrusse |
testing_tls_ssl_encryption [2022/01/06 15:27] (current) Stephane de Labrusse [ssllabs.com] |
||
---|---|---|---|
Line 2: | Line 2: | ||
====Command-line==== | ====Command-line==== | ||
Some commands for QA | Some commands for QA | ||
+ | |||
+ | xmpp | ||
+ | |||
+ | < | ||
+ | openssl s_client | ||
+ | </ | ||
+ | |||
+ | domain.org is the domain of xmpp | ||
+ | |||
+ | < | ||
+ | nmap --script ssl-enum-ciphers sub.domain.org -p 5223 | ||
+ | </ | ||
httpd | httpd | ||
Line 32: | Line 44: | ||
openssl req -new -sha256 -key ecc-qa-key.pem -out ecc-qa-csr.csr -subj '/ | openssl req -new -sha256 -key ecc-qa-key.pem -out ecc-qa-csr.csr -subj '/ | ||
- | | + | |
+ | Nmap | ||
+ | |||
+ | | ||
+ | |||
+ | The `nmap` command in Fedora 28 has more detailed output than the one in CentOS7. | ||
+ | |||
+ | openssl | ||
+ | |||
+ | < | ||
+ | openssl s_client -showcerts -connect 192.168.56.8: | ||
+ | </ | ||
====CryptCheck==== | ====CryptCheck==== | ||
https:// | https:// | ||
Line 38: | Line 61: | ||
test ssl/tls/ssh | test ssl/tls/ssh | ||
+ | ====ssllabs.com==== | ||
+ | |||
+ | https:// | ||
==== testssl.sh ==== | ==== testssl.sh ==== | ||
Line 55: | Line 81: | ||
Here how to test services, please refer to the man for complete commands | Here how to test services, please refer to the man for complete commands | ||
+ | |||
+ | * openldap | ||
+ | |||
+ | < | ||
+ | | ||
+ | |||
+ | </ | ||
+ | |||
+ | * Samba AD | ||
+ | |||
+ | < | ||
+ | | ||
+ | </ | ||
* https | * https |