Last active
September 13, 2021 12:26
-
-
Save ryan-blunden/d8873db789469e42c592e0b7cae5feac to your computer and use it in GitHub Desktop.
Doppler PEM Test Alpine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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