- Timestamp:
- Sep 25, 2011, 2:31:21 PM (12 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 7e92bbb
- Parents:
- 7c05ed1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r7c05ed1 r0acdcd1 9 9 I. ABOUT 10 10 II. AUTHORS 11 III. LICENSE 12 IV. STATUS 13 V. BASIC CONFIGURATION 14 VI. CREATE OPENPGP CREDENTIALS FOR THE SERVER 11 III. MAINTAINERS 12 IV. LICENSE 13 V. PREREQUISITES 14 VI. INSTALLATION 15 VII. BASIC CONFIGURATION 16 VIII. CREATE OPENPGP CREDENTIALS FOR THE SERVER 15 17 16 18 … … 42 44 II. AUTHORS 43 45 44 Paul Querna <chip force-elite.com>45 Nikos Mavrogiannopoulos <nmav gnutls.org>46 Dash Shendy <neuromancer dash.za.net>46 Paul Querna <chip at force-elite.com> 47 Nikos Mavrogiannopoulos <nmav at gnutls.org> 48 Dash Shendy <neuromancer at dash.za.net> 47 49 50 III. MAINTAINERS 48 51 52 Dash Shendy <neuromancer at dash.za.net> 53 Execute `autoreconf -v -i -f` to Auto-generate files 49 54 50 I II.LICENSE55 IV. LICENSE 51 56 52 57 Apache License, Version 2.0 (see the LICENSE file for details) 53 58 59 V. PREREQUISITES 60 61 * GnuTLS >= 2.12.6 <http://www.gnu.org/software/gnutls/> 62 * Apache HTTPD >= 2.0.42 <http://httpd.apache.org/> 63 * >= 2.1.5-dev 64 * ARP Memcache >= 0.7.0 (Optinal) 54 65 55 66 56 IV. STATUS 67 VI. INSTALLATION 57 68 58 * SSL and TLS connections with all popular browsers work!59 * Sets environmental vars for scripts (compatible with mod_ssl vars)60 * Supports memcached as a distributed SSL session cache61 * Supports DBM as a local SSL session cache62 * Support for server name indication (SNI), RFC354663 * Support for client certificates64 * Support for secure remote password (SRP), RFC505469 * tar xzvf mod_gnutls-version.tar.gz 70 * cd mod_gnutls-version/ 71 * ./configure --with-apxs=PATH --with-apr-memcache-prefix=PATH \ 72 --with-apr-memcache-libs=PATH --with-apr-memcache-includes=PATH 73 * make 74 * make install 75 * Configure & restart apache 65 76 66 67 68 V. BASIC CONFIGURATION 77 VII. BASIC CONFIGURATION 69 78 70 79 LoadModule gnutls_module modules/mod_gnutls.so … … 152 161 153 162 154 VI. CREATE OPENPGP CREDENTIALS FOR THE SERVER163 IX. CREATE OPENPGP CREDENTIALS FOR THE SERVER 155 164 156 165 mod_gnutls currently cannot read encrypted OpenPGP credentials. That is,
Note: See TracChangeset
for help on using the changeset viewer.