summaryrefslogtreecommitdiffstats
path: root/base/deploy/config
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-10-02 11:40:35 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-10-26 23:32:31 -0500
commit5eab7fedf1c78610b5e030b9e07e93f32633e9ad (patch)
treece99a025f5f4f7b15a594bbd84dbc90a5aed4fc9 /base/deploy/config
parent9c17ef40d7ee983e59ad009d960473611262ac40 (diff)
downloadpki-5eab7fedf1c78610b5e030b9e07e93f32633e9ad.tar.gz
pki-5eab7fedf1c78610b5e030b9e07e93f32633e9ad.tar.xz
pki-5eab7fedf1c78610b5e030b9e07e93f32633e9ad.zip
Enabled Tomcat security manager.
The tomcat.conf and the template deployment configuration have been modified to enable the security manager. The operations script has been modified to generate a new catalina.policy from the standard Tomcat policy, the standard PKI policy and the custom policy every time the instance is started. The current catalina.policy has been changed to store a header for the dynamically generated catalina.policy. A new pki.policy has been added to store the default PKI security policy. An empty custom.policy has been added to store policy customization. Ticket #223
Diffstat (limited to 'base/deploy/config')
-rw-r--r--base/deploy/config/pkideployment.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/config/pkideployment.cfg b/base/deploy/config/pkideployment.cfg
index 2a62c5e7d..772d35f71 100644
--- a/base/deploy/config/pkideployment.cfg
+++ b/base/deploy/config/pkideployment.cfg
@@ -119,7 +119,7 @@ pki_https_port=8443
pki_instance_name=pki-tomcat
pki_proxy_http_port=80
pki_proxy_https_port=443
-pki_security_manager=false
+pki_security_manager=true
pki_tomcat_server_port=8005
###############################################################################
## 'CA' Data: ##