Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Created June 7, 2023 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitinsatish/28f9973e688a5671dac3956c366d44aa to your computer and use it in GitHub Desktop.
Save nitinsatish/28f9973e688a5671dac3956c366d44aa to your computer and use it in GitHub Desktop.
[tls certificate to string] #tls #ssl #cert
awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment