Changeset 0acdcd1 in mod_gnutls for README


Ignore:
Timestamp:
Sep 25, 2011, 2:31:21 PM (12 years ago)
Author:
Dash Shendy <neuromancer@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
7e92bbb
Parents:
7c05ed1
Message:

Added INSTALLATION + MAINTAINERS sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r7c05ed1 r0acdcd1  
    99     I. ABOUT
    1010    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
    1517
    1618
     
    4244II.   AUTHORS
    4345
    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>
    4749
     50III.  MAINTAINERS
    4851
     52      Dash Shendy <neuromancer at dash.za.net>
     53      Execute `autoreconf -v -i -f` to Auto-generate files
    4954
    50 III.  LICENSE
     55IV.   LICENSE
    5156
    5257      Apache License, Version 2.0 (see the LICENSE file for details)
    5358
     59V.    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)
    5465
    5566
    56 IV.   STATUS
     67VI.   INSTALLATION
    5768
    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 cache
    61       * Supports DBM as a local SSL session cache
    62       * Support for server name indication (SNI), RFC3546
    63       * Support for client certificates
    64       * Support for secure remote password (SRP), RFC5054
     69      * 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
    6576
    66 
    67 
    68 V.    BASIC CONFIGURATION
     77VII.  BASIC CONFIGURATION
    6978
    7079      LoadModule gnutls_module modules/mod_gnutls.so
     
    152161
    153162
    154 VI.   CREATE OPENPGP CREDENTIALS FOR THE SERVER
     163IX.   CREATE OPENPGP CREDENTIALS FOR THE SERVER
    155164
    156165      mod_gnutls currently cannot read encrypted OpenPGP credentials.  That is,
Note: See TracChangeset for help on using the changeset viewer.