wiki:ImportKeyUtil
Last modified 13 years ago Last modified on 07/08/11 11:25:35

Shibboleth / Import Key Utility

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

  1. Grab the source from here.
  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