Skip to content

Instantly share code, notes, and snippets.

@okram999
Created June 20, 2019 20:08
Show Gist options
  • Save okram999/5f2534107dc9cf02f687d7feb0b4351c to your computer and use it in GitHub Desktop.
Save okram999/5f2534107dc9cf02f687d7feb0b4351c to your computer and use it in GitHub Desktop.
nginx-ssl-chain
site-cert
AddTrustExternalCARoot.crt
TrustedSecureCertificateAuth5.crt
UserTrustRSAAddTrustCA.crt
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