asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 1d9cfaf was
031acac,
checked in by Nikos Mavrogiannopoulos <nmav@…>, 7 years ago
|
Use the new (3.1.3+) GnuTLS APIs to obtain private keys.
This allows the loading a private key from a PKCS #11 or a TPM URL
(the GnuTLSPIN and GnuTLSSRKPIN variables should be set), and loading
encrypted private keys in PKCS #8, PKCS #12 or openssl format.
|
-
Property mode set to
100644
|
File size:
962 bytes
|
Line | |
---|
1 | mod_gnutls, Apache GnuTLS module |
---|
2 | ================================ |
---|
3 | |
---|
4 | https://mod.gnutls.org/ |
---|
5 | |
---|
6 | Mailing List: |
---|
7 | |
---|
8 | mod_gnutls development <mod_gnutls-devel@lists.gnutls.org> |
---|
9 | |
---|
10 | Lead Maintainer: |
---|
11 | |
---|
12 | Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
---|
13 | |
---|
14 | Past maintainers and other contributors: |
---|
15 | |
---|
16 | Paul Querna <chip at force-elite.com> |
---|
17 | Nikos Mavrogiannopoulos <nmav at gnutls.org> |
---|
18 | Dash Shendy <neuromancer at dash.za.net> |
---|
19 | |
---|
20 | Prerequisites |
---|
21 | ------------- |
---|
22 | |
---|
23 | * GnuTLS >= 3.1.3 <http://www.gnutls.org/> (3.2.* preferred) |
---|
24 | * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) |
---|
25 | * autotools & gcc |
---|
26 | * APR Memcache >= 0.7.0 (Optional) |
---|
27 | * libmsv >= 0.1 (Optional) |
---|
28 | |
---|
29 | Installation |
---|
30 | ------------ |
---|
31 | |
---|
32 | tar xzvf mod_gnutls-version.tar.gz |
---|
33 | cd mod_gnutls-version/ |
---|
34 | autoreconf -fiv |
---|
35 | ./configure --with-apxs=PATH --enable-msva |
---|
36 | make |
---|
37 | make install |
---|
38 | # Configure & restart apache |
---|
39 | |
---|
40 | Configuration |
---|
41 | ------------- |
---|
42 | |
---|
43 | Please see doc/mod_gnutls_manual.mdwn for more details. |
---|
Note: See
TracBrowser
for help on using the repository browser.