diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-26 21:31:12 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-26 21:31:12 -0500 |
commit | e571c4ae9d9883ba4c4a1739dd9948bf096a2cff (patch) | |
tree | 6c18c2a5484ec5a2ea68c1bd43c0e119edb56724 /distrib | |
parent | c8b26c51aa67fc9345b624e36aab6f819e7eed74 (diff) | |
download | gitblit-e571c4ae9d9883ba4c4a1739dd9948bf096a2cff.tar.gz gitblit-e571c4ae9d9883ba4c4a1739dd9948bf096a2cff.zip |
More refinements to GCA
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 9daabde4..65e19ed4 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -1133,6 +1133,17 @@ server.ajpBindInterface = localhost # This is provided for convenience, its probably more secure to set this value
# using the --storePassword command line parameter.
#
+# If you are using the official JRE or JDK from Oracle you may not have the
+# JCE Unlimited Strength Jurisdiction Policy files bundled with your JVM. Because
+# of this, your store/key password can not exceed 7 characters. If you require
+# longer passwords you may need to install the JCE Unlimited Strength Jurisdiction
+# Policy files from Oracle.
+#
+# http://www.oracle.com/technetwork/java/javase/downloads/index.html
+#
+# Gitblit and the Gitblit Certificate Authority will both indicate if Unlimited
+# Strength encryption is available.
+#
# SINCE 0.5.0
# RESTART REQUIRED
server.storePassword = gitblit
|