restoreCert function

Restore the CILogon client certificate by renaming it to its original location

Restore the CILogon client certificate by renaming it to its original location

Restores the x509 certificate that CILogon installs, which allows future interactions with nodes to be authenticated with the certificate. This function simply renames an obscured certificate file to its original location, allowing authenticated operations.

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

Arguments

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

Returns

the modified CertificateManager instance

See Also

obscureCert is this method's inverse operation

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