[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/bin/ant-jetty.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 1 14:44:11 EST 2015
Author: iay
Date: Thu Jan 1 14:44:11 2015
New Revision: 7229
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7229&view=rev
Log:
Improve description of idp.keystore.password property.
Modified:
trunk/idp-distribution/src/main/resources/bin/ant-jetty.xml
Modified: trunk/idp-distribution/src/main/resources/bin/ant-jetty.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/bin/ant-jetty.xml?rev=7229&r1=7228&r2=7229&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/ant-jetty.xml (original)
+++ trunk/idp-distribution/src/main/resources/bin/ant-jetty.xml Thu Jan 1 14:44:11 2015
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Shibboleth IdP V3 - Jetty Container" basedir=".." default="install">
- <!-- This file is for automatic configuration of Jetty, primarily from THE MSI installer.
+ <!-- This file is for automatic configuration of Jetty, primarily from the MSI installer.
- Names and APIS *may* change in thre future, please enter an RFI if you wish to use this
+ Names and APIS *may* change in the future, please enter an RFI if you wish to use this
in production outside the MSI installer.
TARGETS:
@@ -20,7 +20,12 @@
idp.host.name: The host name.
idp.uri.subject.alt.name: If we are creating certificates.
idp.target.dir: where to install to.
- idp.keystore.password: password to use on the created keystore (this value must also have been written to the merge properties file
+
+ idp.keystore.password: password to use on the PKCS12 file for a user-facing TLS credential,
+ which will be created if one does not already exist either in JKS or PKCS12 form.
+ This value must also have been written to the merge properties file as
+ jetty.browser.keystore.password.
+
jetty.no.tidy: Do not delete the two above files (debug only)
-->
More information about the commits
mailing list