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