Advertisement
developer

Fix 8192+ bit certificate generation

Nov 21st, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Fix 8192+ bit certificate generation for OS X
  2.  
  3. # sudo defaults write /Library/Preferences/com.apple.crypto RSAMaxKeySize -int 8192
  4.  
  5. If you use Mavericks use
  6.  
  7. # sudo defaults write /Library/Preferences/com.apple.security RSAMaxKeySize -int 8192
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement