Skip to content

Commit

Permalink
Merge pull request #78 from snatchev/patch-1
Browse files Browse the repository at this point in the history
Update README regarding Keychain Access and p12 w/o passwords
  • Loading branch information
mfurtak committed Dec 23, 2015
2 parents 2981fa3 + 0c6b597 commit 12628f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ To get a list of available options run:
pem --help


### Note about empty `p12` passwords and Keychain Access.app

`pem` will produce a valid `p12` without specifying a password, or using the empty-string as the password.
While the file is valid, Mac OSX's Keychain Access will not allow you to open the file without specifing a passphrase.

Instead, you may verify the file is valid using OpenSSL:

openssl pkcs12 -info -in my.p12

##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)

## Environment Variables
Expand Down

0 comments on commit 12628f3

Please sign in to comment.