ssl_cert_locations: Set the SSL certificate-authority locations

View source: R/libgit2.R

ssl_cert_locationsR Documentation

Set the SSL certificate-authority locations

Description

Set the SSL certificate-authority locations

Usage

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.

Value

invisible(NULL)

Note

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


git2r documentation built on Nov. 26, 2023, 5:06 p.m.