From do-not-reply at jboss.org Tue Jan 29 11:07:46 2013 Content-Type: multipart/mixed; boundary="===============6705283394244834549==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r9069 - epp/docs/branches/6.0/Installation_Guide/en-US. Date: Tue, 22 Jan 2013 00:12:15 -0500 Message-ID: <201301220512.r0M5CFRj029118@svn01.web.mwc.hst.phx2.redhat.com> --===============6705283394244834549== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smumford Date: 2013-01-22 00:12:14 -0500 (Tue, 22 Jan 2013) New Revision: 9069 Modified: epp/docs/branches/6.0/Installation_Guide/en-US/HTTPSConfiguration.xml Log: https://docs.jboss.org/author/display/GTNPORTAL35/HTTPS+Configuration Chang= es incorporated into enterprise doc Modified: epp/docs/branches/6.0/Installation_Guide/en-US/HTTPSConfiguration= .xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- epp/docs/branches/6.0/Installation_Guide/en-US/HTTPSConfiguration.xml 2= 013-01-21 05:12:50 UTC (rev 9068) +++ epp/docs/branches/6.0/Installation_Guide/en-US/HTTPSConfiguration.xml 2= 013-01-22 05:12:14 UTC (rev 9069) @@ -5,8 +5,9 @@ ]>
HTTPS Configuration + Source: https://docs.jboss.org/author/display/GTNPORTAL35/HTTPS+= Configuration https://bugzilla.redhat.com/show_bug.cgi?id=3D794440 - 20120221 = - Reworked the entire section to cover keystore and truststore configuratio= n specific to EPP. - JBoss Enterprise Portal Platform runs by default in HTTP mode. Fo= r security purposes, configure your production platform to run in HTTPS mo= de. + JBoss Enterprise Portal Platform runs by default in HTTP mode. For= security purposes, configure your production platform to run in HTTPS mod= e. Understanding the fundamentals of keystore and truststore config= uration is critical to the tasks in this section. Refer to the JBoss Enterprise Application Platform Se= curity Guide "SSL Encryption Overview" chapter for detailed encryption theory and procedures relevant to = all JBoss Middleware platforms. @@ -78,7 +79,7 @@ <Connector protocol=3D"HT= TP/1.1" SSLEnabled=3D"true" port=3D"8443"= address=3D"${jboss.bind.address}" = scheme=3D"https" secure=3D"true" clientAuth=3D"f= alse" = sslProtocol =3D "TLS" - keystoreFile=3D"${jboss.server.home.dir}/conf/server.ke= ystore" + keystoreFile=3D"$JAVA_HOME/jre/lib/security/cacerts" keystorePass=3D"123456" = truststoreFile=3D"/usr/java/JDK_VERSION/j= re/lib/security/cacerts" truststorePass=3D"changeit" --===============6705283394244834549==--