obscureCert {dataone} | R Documentation |
Obscure the CILogon Client Certificate
Description
Obscures the x509 certificate that CILogon installs, effectively making future interactions with the DataONE services public/anonymous. This function simple renames an existing certificate file to a known location, allowing 'public' operations. Note, when the client certificate is obscured via the renaming, you will not be able to create objects in DataONE, or utilize any other methods that require authentication.
Usage
obscureCert(x, ...)
## S4 method for signature 'CertificateManager'
obscureCert(x)
Arguments
x |
a CertificateManager instance |
... |
(Not yet used) |
Value
the modified CertificateManager instance
See Also
restoreCert
is this method's inverse operation
[Package dataone version 2.2.2 Index]