[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/bin/creds.sh

noreply at shibboleth.net noreply at shibboleth.net
Fri Jul 11 11:18:21 EDT 2014


Author: tzeller
Date: Fri Jul 11 11:18:21 2014
New Revision: 6282

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6282&view=rev
Log:
IDP-440 Attempt to generate data sealer keystore using keytool.

Modified:
    trunk/idp-distribution/src/main/resources/bin/creds.sh

Modified: trunk/idp-distribution/src/main/resources/bin/creds.sh
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/bin/creds.sh?rev=6282&r1=6281&r2=6282&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/creds.sh (original)
+++ trunk/idp-distribution/src/main/resources/bin/creds.sh Fri Jul 11 11:18:21 2014
@@ -17,4 +17,4 @@
 java -cp "war/WEB-INF/lib/*" $CLASS --hostname $HOSTNAME --storefile creds/idp-tls.p12 --storepass changeit --uriAltName $URI_ALT_NAME
 
 # TODO generate creds/sealer.jks
-svn export https://svn.shibboleth.net/java-identity-provider/trunk/idp-conf/src/test/resources/creds/sealer.jks creds/sealer.jks
+keytool -genseckey -alias idpSecretKey -keypass password -storepass password -storetype JCEKS -keyalg AES -keysize 256 -keystore creds/sealer.jks



More information about the commits mailing list