From 5b60db394cbbbb031b615ff3278ec43cbe3fe88c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 05 May 2011 18:40:39 -0400 Subject: [PATCH] Automatically generate a self-signed certificate with BouncyCastle. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 367ae3d..39bdd29 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -75,4 +75,6 @@ gb.group = group gb.description = description gb.enableTickets = enable tickets -gb.enableDocs = enable docs \ No newline at end of file +gb.enableDocs = enable docs +gb.save = save +gb.showRemoteBranches = show remote branches \ No newline at end of file -- Gitblit v1.9.1