Skip to content

Commit

Permalink
Add iOS to list of systems that require TripleDES for PKCS#12.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jul 26, 2016
1 parent 5f56c29 commit 7b51d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ if(bag.key === null) {
var p12Asn1 = forge.pkcs12.toPkcs12Asn1(
privateKey, certificateChain, 'password');

// generate a p12 that can be imported by Chrome/Firefox
// generate a p12 that can be imported by Chrome/Firefox/iOS
// (requires the use of Triple DES instead of AES)
var p12Asn1 = forge.pkcs12.toPkcs12Asn1(
privateKey, certificateChain, 'password',
Expand Down

0 comments on commit 7b51d66

Please sign in to comment.