mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
641aa14c2d
with/without devel/ncurses installed. This also causes problem when you specify to use OpenSSL from ports, as we add -L/usr before -L/usr/local. - Add OPENSSLBASE to --with-ssl, no need to patch configurate script anymore. - Add some instructions for using SSL PR: ports/118096 Submitted by: bf <bf2006a at yahoo.com> Approved by: Jason Harris <jharris at widomaker.com> (maintainer)
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
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.
|