blob: 313691dbf4dda1c69654fdd40690e96d5d57e99d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[
{ type: install
message: <<EOM
To enable certificate handling for SSL connnections, set
SSL_CERT_DIR and SSL_CERT_FILE in your environment to the
proper values (depending upon which SSL library
%%PREFIX%%/bin/lynx uses), as described in:
%%DOCSDIR%%/docs/README.sslcerts
and:
%%DOCSDIR%%/docs/README.rootcerts.
You may also need to generate keys and certificates as
described in the latter document and your SSL documentation.
EOM
}
]
|