Blame SOURCES/elinks.conf

68f3b8
## ELinks 0.12pre3 configuration file
68f3b8
68f3b8
## This is ELinks global configuration file. You can keep global ELinks
68f3b8
## configuration here. Each user can also save its own ELinks configuration
68f3b8
## to ~/.elinks/elinks.conf. The per user configuration file can be edited
68f3b8
## by ELinks when you save options through UI.
68f3b8
68f3b8
## connection
68f3b8
#  Connection options.
68f3b8
68f3b8
  ## connection.ssl
68f3b8
  #  SSL options.
68f3b8
68f3b8
    ## connection.ssl.cert_verify [0|1]
68f3b8
    #  Verify the peer's SSL certificate.
68f3b8
    set connection.ssl.cert_verify = 1
68f3b8
68f3b8
    ## connection.ssl.trusted_ca_file <str>
68f3b8
    #  The location of a file containing certificates of trusted certification
68f3b8
    #  authorities in PEM format. ELinks then trusts certificates issued by
68f3b8
    #  these CAs.
68f3b8
    #
68f3b8
    #  If you set this option to an empty string, default NSS root certificates
68f3b8
    #  are loaded.
68f3b8
    #
68f3b8
    #  If you change this option or the file, you must restart ELinks for the
68f3b8
    #  changes to take effect. This option affects GnuTLS and nss_compat_ossl
68f3b8
    #  but not OpenSSL.
68f3b8
    set connection.ssl.trusted_ca_file = "/etc/pki/tls/certs/ca-bundle.crt"