Answers:
因为“加密”是一个证书颁发机构,所以我猜您想更新证书中的数据(电子邮件)。
如果证书已签名,则无法对其进行更新。需要出示新证书。
采用:
certbot-auto register --update-registration --email new_email@example.com
要么
certbot register --update-registration --email new_email@address.org
certbot-auto
或certbot
如果您在下有可执行文件,则可以使用/usr/sbin
。如果无法全局调用certbot-auto,请使用certbot-auto文件的路径。
根据https://letsencrypt.org/docs/expiration-emails/ 更新
certbot update_account --email yourname+1@example.com
之前这只是n3rve答案的更新,因为certbot-auto对我不起作用:
certbot register --update-registration --email new_email@address.org
根据https://letsencrypt.org/docs/expiration-emails/
certbot update_account --email yourname@example.com
我想它一直在变化