Method: ForestVPNCloudAPI::Configuration#ssl_ca_file

Defined in:
lib/forestvpn_cloud_api/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



114
115
116
# File 'lib/forestvpn_cloud_api/configuration.rb', line 114

def ssl_ca_file
  @ssl_ca_file
end