0

I want to download an SSL certificate using PowerShell

I glad for any help

Dave M
  • 4,514
  • 22
  • 31
  • 30
  • 1
    What did you try so far? – Crypt32 Dec 01 '22 at 14:01
  • I thoght that it's very simple like as bash @Crypt32 – netanel shteren Dec 01 '22 at 18:46
  • 1
    Since this is also tagged `openssl` you can use it to download the certificate list with `openssl s_client -connect google.com:443 -showcerts`. Leaving it up to you to integrate this into PowerShell. – doneal24 Dec 03 '22 at 18:30
  • 1
    Can't comment yet, but seems answered here: https://stackoverflow.com/questions/22233702/how-to-download-the-ssl-certificate-from-a-website-using-powershell – GetShifting Dec 08 '22 at 13:11

0 Answers0