Friday, July 17, 2020

SSL installation Verification command





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 {} +