Skip to content

Instantly share code, notes, and snippets.

@ryan-blunden
Last active September 13, 2021 12:26
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 ryan-blunden/d8873db789469e42c592e0b7cae5feac to your computer and use it in GitHub Desktop.
Save ryan-blunden/d8873db789469e42c592e0b7cae5feac to your computer and use it in GitHub Desktop.
Doppler PEM Test Alpine
#!/usr/bin/env sh
apk add --update openssl
echo '\n[info]: Verify private key by extracting public key\n'
openssl rsa -in ./secrets/tls.key -pubout
tail -f /dev/null # Pretend to be a long-running process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment