Skip to content

Instantly share code, notes, and snippets.

@brunocicom
Created September 13, 2022 12:36
Export .pem from site
echo | openssl s_client -servername google.com -connect site.google.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > cert.pem
@brunocicom
Copy link
Author

Uh oh!

There was an error while loading. Please reload this page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment