How Shib IdP generates the key files

Brent Putman putmanb at georgetown.edu
Fri Oct 26 14:41:32 EDT 2012


On 10/26/12 2:06 PM, Yaowen Tu wrote:
> Hi,
>
> I want to understand during Shib IdP install, how it generates those
> key, crt, jks files in credential folder. What I have found is:
>
> 1) In the ant build file, there is a target called "selfSignedCert"
> 2) This target is defined in
> "shibboleth-identityprovider-2.3.6\src\installer\lib\ant-extensions-11Jan2011.jar",
> and there is a selfSignedCert.class
>
> I am lost here. Can anybody tell me where I can find the source code
> of this class?


The Subversion repo is here:

http://svn.shibboleth.net/view/utilities/ant-extensions/

and for that class specifically:

http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/src/main/java/edu/internet2/middleware/ant/pki/SelfSignedCertificate.java?view=markup



The Maven artifacts for that exact version, including source bundles,
are here:

https://build.shibboleth.net/nexus/content/groups/public/edu/internet2/middleware/ant-extensions/11Jan2011/



More information about the dev mailing list