getCertLocation function

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

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

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.

getCertLocation(x, ...) ## S4 method for signature 'CertificateManager' getCertLocation(x)

Arguments

  • x: a CertificateManager instance
  • ...: (Not yet used)

Returns

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.

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10