wiki:ImportKeyUtil

Version 4 (modified by jpmitchell@…, 13 years ago) (diff)

--

Shibboleth / Import Key Utility

This page documents the use and function of the Import Key Java utility.

  1. Compile the ImportKey.java source:
    john@fearless:~/Junk/ImportKey$ javac ImportKey.java 
    john@fearless:~/Junk/ImportKey$ ls -la ImportKey.class 
    -rw-r--r-- 1 john john 3496 2011-07-08 11:23 ImportKey.class
    
  1. Check execution:
    john@fearless:~/Junk/ImportKey$ java ImportKey
    Usage: java comu.ImportKey keyfile certfile [alias]
    

References:
Import Key Documentation

Attachments