[java-shib-idp2 COMMIT] /branches/REL_2/src/installer/resources/build.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 21 15:28:16 BST 2011


Author: lajoie
Date: Fri Oct 21 15:28:16 2011
New Revision: 3083

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3083&view=rev
Log:
generate new key, cert, and keystore file with the '.new' suffix - SIDP-521

Modified:
    branches/REL_2/src/installer/resources/build.xml

Modified: branches/REL_2/src/installer/resources/build.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/installer/resources/build.xml?rev=3083&r1=3082&r2=3083&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/build.xml (original)
+++ branches/REL_2/src/installer/resources/build.xml Fri Oct 21 15:28:16 2011
@@ -236,7 +236,9 @@
                 </if>
         
                 <echo message="Generating signing and encryption key, certificate, and keystore. "/> 
-                <selfSignedCert hostname="${idp.hostname}" privateKeyFile="${idp.home.path}/credentials/idp.key" certificateFile="${idp.home.path}/credentials/idp.crt" keystoreFile="${idp.home.path}/credentials/idp.jks" keystorePassword="${idp.keystore.pass}" uriSubjectAltNames="${idp.entity.id}" certificateLifetime="${idp.cert.lifetime}"/> 
+                <selfSignedCert hostname="${idp.hostname}" certificateLifetime="${idp.cert.lifetime}" uriSubjectAltNames="${idp.entity.id}"
+                	            privateKeyFile="${idp.home.path}/credentials/idp.key.new" certificateFile="${idp.home.path}/credentials/idp.crt.new"  
+                	            keystoreFile="${idp.home.path}/credentials/idp.jks.new"  keystorePassword="${idp.keystore.pass}" /> 
             </then>
         </if> 
     </target> 



More information about the commits mailing list