Friday, July 17, 2020

Get domain specific cert from multi domain certification



 openssl s_client -showcerts -connect host:443 -servername domainname

 we need to specify what server you’re attempting to connect to on the command line with the “server name” option, if it is an SNI-enabled SSL cert (supports multiple domains)



No comments:

Post a Comment

zip an empty folder structure

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