Skip to content

Instantly share code, notes, and snippets.

@DeepInThought
Forked from thomaslarsen/README.md
Created October 13, 2020 18:48
Show Gist options
  • Save DeepInThought/90bdd624aa06064211cb6cffc2bbceae to your computer and use it in GitHub Desktop.
Save DeepInThought/90bdd624aa06064211cb6cffc2bbceae to your computer and use it in GitHub Desktop.
Convert PEM certificate to JSON format
awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' cert-name.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment