obscureCert function

Obscure the CILogon Client Certificate

Obscure the CILogon Client Certificate

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.

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

Arguments

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

Returns

the modified CertificateManager instance

See Also

restoreCert is this method's inverse operation

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