Changes between Version 3 and Version 4 of ImportKeyUtil


Ignore:
Timestamp:
07/08/11 11:24:22 (13 years ago)
Author:
jpmitchell@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportKeyUtil

    v3 v4  
    33This page documents the use and function of the Import Key Java utility. 
    44 
     51. Compile the !ImportKey.java source: 
     6{{{ 
     7john@fearless:~/Junk/ImportKey$ javac ImportKey.java  
     8john@fearless:~/Junk/ImportKey$ ls -la ImportKey.class  
     9-rw-r--r-- 1 john john 3496 2011-07-08 11:23 ImportKey.class 
     10}}} 
     11 
     122. Check execution: 
     13{{{ 
     14john@fearless:~/Junk/ImportKey$ java ImportKey 
     15Usage: java comu.ImportKey keyfile certfile [alias] 
     16}}} 
     17 
    518References:[[br]] 
    619[[raw-attachment:ImportKey.html|Import Key Documentation]]