Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
## ELinks 0.12pre3 configuration file
2
 
3
## This is ELinks global configuration file. You can keep global ELinks
4
## configuration here. Each user can also save its own ELinks configuration
5
## to ~/.elinks/elinks.conf. The per user configuration file can be edited
6
## by ELinks when you save options through UI.
7
 
8
## connection
9
#  Connection options.
10
 
11
  ## connection.ssl
12
  #  SSL options.
13
 
14
    ## connection.ssl.cert_verify [0|1]
15
    #  Verify the peer's SSL certificate.
16
    set connection.ssl.cert_verify = 1
17
 
18
    ## connection.ssl.trusted_ca_file <str>
19
    #  The location of a file containing certificates of trusted certification
20
    #  authorities in PEM format. ELinks then trusts certificates issued by
21
    #  these CAs.
22
    #
23
    #  If you set this option to an empty string, default NSS root certificates
24
    #  are loaded.
25
    #
26
    #  If you change this option or the file, you must restart ELinks for the
27
    #  changes to take effect. This option affects GnuTLS and nss_compat_ossl
28
    #  but not OpenSSL.
29
    set connection.ssl.trusted_ca_file = "/etc/pki/tls/certs/ca-bundle.crt"