Created
December 4, 2012 04:40
-
-
Save jacroe/4200610 to your computer and use it in GitHub Desktop.
Appends the fingerprint to the end of Pianobar's config file
This file contains 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
fingerprint=`openssl s_client -connect tuner.pandora.com:443 < /dev/null 2> /dev/null | openssl x509 -noout -fingerprint | tr -d ':' | cut -d'=' -f2` && echo tls_fingerprint = $fingerprint >> ~/.config/pianobar/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment