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