Cert-manager 1.0.4: update registration email

Hi,

What's the command(s) to update registration email for cert-manager issuers(or cluster issuers)?

cert-manager GA version 1.0.4 is in service. Thanks,

Best,

2 Likes

According to this page: API reference docs | cert-manager (cert-manager.io)
There is an optional parameter "email" that can hold that string value.

Presumably adding:
email "your@e.mail"

It also shows another optional parameter "lastRegisteredEmail".
But I'm unsure how that one is used exactly.

1 Like

To add to that answer, it looks like cert-manager will automatically update your account's email address, if it does not match the one listed in your Issuer/ClusterIssuer resource:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.