Method: Weblate::Configuration#ssl_ca_file

Defined in:
lib/weblate/configuration.rb

#ssl_ca_fileString

TLS/SSL setting Set this to customize the certificate file to verify the peer.

Returns:

  • (String)

    the path to the certificate file



132
133
134
# File 'lib/weblate/configuration.rb', line 132

def ssl_ca_file
  @ssl_ca_file
end