Method: Weblate::Configuration#ssl_ca_file
- Defined in:
- lib/weblate/configuration.rb
#ssl_ca_file ⇒ String
TLS/SSL setting Set this to customize the certificate file to verify the peer.
132 133 134 |
# File 'lib/weblate/configuration.rb', line 132 def ssl_ca_file @ssl_ca_file end |