Created
March 4, 2014 22:33
-
-
Save cktricky/9357184 to your computer and use it in GitHub Desktop.
AWS Cloudfront Signing 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
# Add config/keys/pk-someRandomString.pem to your .gitignore file so... | |
# that it isn't stored in source code repos | |
key_file = Rails.root.join("config", "keys", "pk-someRandomString.pem") | |
SIGNER = AwsCfSigner.new(key_file) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment