* x509-info At this point it's pretty clear that I'll never remember the syntax for =opensll= to show various information about a certificate. At last I will not have to google for that syntax ever again. ** Usage #+begin_src go certcheck example.com certcheck go run . -domain example.com -port 443 -format long certcheck -domain self-signed.badssl.com -insecure -format long #+end_src ** Notes Could the same be achieved with a wrapper around `openssl` ? yes.