dataone (version 2.2.1)

getCertLocation: Get the file path on disk of the client certificate file.

Description

Find the location of the client certificate, which is typically in a default location on disk, unless the 'location' slot has been set with a custom location for the certificate.

Usage

getCertLocation(x, ...)

# S4 method for CertificateManager getCertLocation(x)

Arguments

x

a CertificateManager instance

...

(Not yet used)

Value

character the path to the certificate

Details

The default Globus Grid Security Infrastructure (GSI) location is '/tmp/x509up_u${UID}' on Unix or '${tmpdir}/x509up_u${UID}' on Windows or '${tmpdir}/x509up_u${user.name}' if '${UID}' is not defined.