Created
June 10, 2011 16:13
-
-
Save feedhenry-gists/1019176 to your computer and use it in GitHub Desktop.
Security Save A Key
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
$fh.sec({ | |
act:'savekey', | |
params: | |
{keytype:'public|private|secret|modulu', | |
key:'<key value>', | |
__cuid:'<optional-client unique device id>', | |
__session_id:'<optional-session id for the key>'} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment