How to check certificate on website without web-browser?
I found a cool solution how it can achieved without browser!
Use curl for this

curl --insecure -vvI https://api.airmee.com/integration 2>&1 | awk 'BEGIN { cert=0 } /^\* SSL connection/ { cert=1 } /^\*/ { if (cert) print }'
cli ssl cert

Add new comment

The content of this field is kept private and will not be shown publicly.
  • No HTML tags allowed.
 oooooo   oooooo     oooo  ooooo              .oooooo.     ooooo          o8o  
`888. `888. .8' `888' d8P' `Y8b `888' `"'
`888. .8888. .8' 888 .oooo.o 888 888 oooo
`888 .8'`888. .8' 888 d88( "8 888 888 `888
`888.8' `888.8' 888 `"Y88b. 888 ooooo 888 888
`888' `888' 888 o. )88b `88. .88' 888 o 888
`8' `8' o888o 8""888P' `Y8bood8P' o888ooooood8 o888o


Enter the code depicted in ASCII art style.