OTHER PREQUISITES There are a couple of security-related pre-build tasks that must be accomplished manually to build vt-cas-server for the Virginia Tech environment. 1. Copy a keystore containing a valid ED-ID certificate to vt-cas-server-core/src/test/resources/edid.keystore. This is required for the EdAttributeFetcher unit tests to run successfully. 2. Copy a keystore containing a valid ED-ID certificate to vt-cas-server-webapp/src/main/resources/$ENV/edid.keystore where $ENV is dev, pprd, and prod for each deployment environment. 3. Obtain the decryption key for database passwords and place it in vt-cas-server-webapp/etc/password.key
How can I get the valid ED-ID certificate? -----Original Message----- From: Declan Butler Sent: 03 February 2012 15:08 To: '[email protected]' Subject: RE: [cas-user] How to use Maven to create war file, including one's changes I'm trying to build the Virginia Tech project, I see in the readme the following pre-requisites -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: 03 February 2012 14:16 To: [email protected] Subject: Re: [cas-user] How to use Maven to create war file, including one's changes > Say, if I were to add a bean like this: > > <property name="credentialsToPrincipalResolver"> > <bean > class="com.mytest.cas.TestPrincipalBearingCredentialsToPrincipalResolv > er" /> > </property> > > Where would I put the necessary java files? See https://svn.middleware.vt.edu/svn/middleware/cas/cas-server/tags/cas-server-3.4.11/ for a real-world maven overlay project. Hopefully reviewing an example will help answer your questions. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user ------------------------------------ The HSE PCRS does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the HSE PCRS. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. ------------------------------------ -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
