== [[https://iam.alaska.edu/shib|Shibboleth]] / Import Key Utility == This page documents the use and function of the Import Key Java utility. 1. Grab the source from [[raw-attachment:ImportKey.java|here]]. 2. 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 }}} 3. Check execution: {{{ john@fearless:~/Junk/ImportKey$ java ImportKey Usage: java comu.ImportKey keyfile certfile [alias] }}} References:[[br]] [[raw-attachment:ImportKey.html|Import Key Documentation]]