Skip to content

Instantly share code, notes, and snippets.

@rurumimic
Last active June 8, 2023 06:20
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 rurumimic/398590c4d24007f2ea8856e2560e1f10 to your computer and use it in GitHub Desktop.
Save rurumimic/398590c4d24007f2ea8856e2560e1f10 to your computer and use it in GitHub Desktop.
curl config
curl-config
curl-config --ca
# mac
/opt/local/share/curl/curl-ca-bundle.crt
cp .crt .crt.origin
cat my.crt >> .crt
openssl x509 -inform DER -in cert.cer -out cert.crt
openssl x509 -inform PEM -in cert.cer -out cert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment