1nss_pcache(8) nss_pcache(8)
2
3
4
6 nss_pcache - Helper program used to store token password pins
7
8
10 nss_pcache <semid> <fips on/off>
11
12
14 A helper program used by the Apache httpd mod_nss plug-in to store the
15 NSS PKCS #11 token password pins between restarts of Apache.
16
17 Whenever an Apache httpd process configured to use the mod_nss plug-in
18 is started, this program will be automatically invoked via reference to
19 the mod_nss configuration file stored under /etc/httpd/conf.d/nss.conf
20 which contains the following default entry:
21
22 # Pass Phrase Helper:
23 # This helper program stores the token password pins between
24 # restarts of Apache.
25 #
26 # NOTE: Located at '/usr/sbin/nss_pcache' prior
27 # to 'mod_nss-1.0.8-22'.
28 #
29 NSSPassPhraseHelper /usr/libexec/nss_pcache
30
31
33 <semid>
34 The semaphore which corresponds to the mod_nss plug-in regis‐
35 tered with the Apache httpd process during startup.
36
37 <fips on/off>
38 Specifies whether FIPS mode should be enabled, on, or disabled,
39 off. By default, FIPS mode is disabled, and no variable is
40 specified in /etc/httpd/conf.d/nss.conf. To enable FIPS mode,
41 establish password access for the specified NSS security data‐
42 bases, and specify the following variable in
43 /etc/httpd/conf.d/nss.conf:
44
45 NSSFIPS on
46
47
49 Report bugs to http://bugzilla.redhat.com.
50
51
53 Rob Crittenden <rcritten@redhat.com>.
54
55
57 Copyright (c) 2013 Red Hat, Inc. This is licensed under the Apache
58 License, Version 2.0 (the "License"); no one may use this file except
59 in compliance with the License. A copy of this license is available at
60 http://www.apache.org/licenses/LICENSE-2.0.
61
62 Unless required by applicable law or agreed to in writing, software
63 distributed under the License is distributed on an "AS IS" BASIS, WITH‐
64 OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
65 See the License for the specific language governing permissions and
66 limitations under the License.
67
68
69
70Rob Crittenden May 10 2017 nss_pcache(8)