dataone (version 2.2.1)

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

Description

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.

Usage

restoreCert(x, ...)

# S4 method for CertificateManager restoreCert(x)

Arguments

x

a CertificateManager instance

...

(Not yet used)

Value

the modified CertificateManager instance

See Also

obscureCert is this method's inverse operation