ssl_cert_locations function

Set the SSL certificate-authority locations

Set the SSL certificate-authority locations

ssl_cert_locations(filename = NULL, path = NULL)

Arguments

  • filename: Location of a file containing several certificates concatenated together. Default NULL.
  • path: Location of a directory holding several certificates, one per file. Default NULL.

Returns

invisible(NULL)

Note

Either parameter may be 'NULL', but not both.