Friday, July 17, 2020

SSL command to get certification from the domain


openssl s_client -showcerts -connect host:port



This command print certificate, root cert and other details.

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +