View docker-aliases.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################ | |
# # | |
# ------- Useful Docker Aliases -------- # | |
# # | |
# # Installation : # | |
# copy/paste these lines into your .bashrc or .zshrc file or just # | |
# type the following in your current shell to try it out: # | |
# wget -O - https://gist.github.com/PaddyHu/0cb755c97a319f9c77ecca4ffc3d9b8f#file-docker-aliases-sh | bash | |
# # | |
# # Usage: # |
View SSL cert issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Connected to www.eddymens.lsl.com (109.71.161.136) port 443 (#0) | |
* found 128 certificates in /etc/ssl/certs/ca-certificates.crt | |
* found 512 certificates in /etc/ssl/certs | |
* ALPN, offering http/1.1 | |
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256 | |
* server certificate verification OK | |
* server certificate status verification SKIPPED | |
* common name: www.sexy-camgirls.lsl.com (matched) | |
* server certificate expiration date OK | |
* server certificate activation date OK |