Changeset 97c930f in mod_gnutls
- Timestamp:
- Jun 27, 2015, 1:30:15 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 90d8480
- Parents:
- e391197
- git-author:
- Thomas Klute <thomas2.klute@…> (06/27/15 13:29:30)
- git-committer:
- Thomas Klute <thomas2.klute@…> (06/27/15 13:30:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
re391197 r97c930f 150 150 as the last certificate in the list. 151 151 152 Since version 0.7 this can be a PKCS #11 URL. 153 152 154 `GnuTLSKeyFile` 153 155 --------------- … … 160 162 Context: server config, virtual host 161 163 162 Takes an absolute or relative path to the Server Private Key. This key 163 cannot currently be password protected. 164 Takes an absolute or relative path to the Server Private Key. Set 165 `GnuTLSPIN` if the key file is encrypted. 166 167 Since version 0.7 this can be a PKCS #11 URL. 164 168 165 169 **Security Warning:**\ 166 170 This private key must be protected. It is read while Apache is still 167 171 running as root, and does not need to be readable by the nobody or 168 172 apache user.
Note: See TracChangeset
for help on using the changeset viewer.