Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created March 29, 2020 11:21
Show Gist options
  • Save voronenko-p/a3797a0c23fd8b3122207c3e90b5a5c2 to your computer and use it in GitHub Desktop.
Save voronenko-p/a3797a0c23fd8b3122207c3e90b5a5c2 to your computer and use it in GitHub Desktop.
#!/bin/bash
COMPANYNAME=voronenko
curl -o ${COMPANYNAME}.pem "https://${COMPANYNAME}.auth0.com/pem"
openssl x509 -pubkey -noout -in ${COMPANYNAME}.pem > ${COMPANYNAME}.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment