summaryrefslogtreecommitdiffstats
path: root/pki/base/tps/apache/conf/nss.conf
diff options
context:
space:
mode:
authorjmagne <jmagne@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-12 19:32:28 +0000
committerjmagne <jmagne@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-12 19:32:28 +0000
commit05103862d4b9d9e3d26cc3730d406ed8b870ca5a (patch)
tree8cf85424716f5f2cc6da072c043cc1d3a2746988 /pki/base/tps/apache/conf/nss.conf
parentc240f83a1b7aab9fbee907e5b479a8ffae2c219d (diff)
downloadpki-05103862d4b9d9e3d26cc3730d406ed8b870ca5a.tar.gz
pki-05103862d4b9d9e3d26cc3730d406ed8b870ca5a.tar.xz
pki-05103862d4b9d9e3d26cc3730d406ed8b870ca5a.zip
Bugzilla Bug# 492189, Security Officer: a security officer token that is in temp lost status can be used to login to the so work station UI.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@585 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/tps/apache/conf/nss.conf')
-rw-r--r--pki/base/tps/apache/conf/nss.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/pki/base/tps/apache/conf/nss.conf b/pki/base/tps/apache/conf/nss.conf
index 0c7b7b6c3..c619ec26e 100644
--- a/pki/base/tps/apache/conf/nss.conf
+++ b/pki/base/tps/apache/conf/nss.conf
@@ -64,6 +64,26 @@ NSSSession3CacheTimeout 86400
#ServerName [Server_Name]:[Secure_Port]
#ServerAdmin you@example.com
+# Configure OCSP checking of client certs
+
+#NSSOCSP on
+#NSSOCSPDefaultResponder on
+
+# URL of the ocsp service
+#
+# Example of the built in ocsp service of the CS CA
+
+#NSSOCSPDefaultURL http://localhost:9180/ca/ocsp
+
+# Nickname of ocsp signing cert
+#
+# Below is sufficient if using built in CS CA ocsp service
+# If using outboard ocsp, make sure the cert listed below
+# is imported into the local cert database.
+
+#NSSOCSPDefaultName caCert
+
+
# mod_ssl logs to separate log files, you can choose to do that if you'd like
ErrorLog [SERVER_ROOT]/logs/error_log
TransferLog [SERVER_ROOT]/logs/access_log