Skip to content

Instantly share code, notes, and snippets.

@einnar82
Created May 13, 2021 05:58
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 einnar82/ffc4c4d8ee0a97ef624ae4f26fc1c36b to your computer and use it in GitHub Desktop.
Save einnar82/ffc4c4d8ee0a97ef624ae4f26fc1c36b to your computer and use it in GitHub Desktop.
Get certificate authorities installed in Ubuntu Machine
awk -v cmd='openssl x509 -noout -subject' '
/BEGIN/{close(cmd)};{print | cmd}' < /etc/ssl/certs/ca-certificates.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment