我可以添加多个 certbot 电子邮件以进行通知吗?

Can i add multiple certbot emails for notification?

我查了官方文档没得到回复,有没有可能,比如有两个邮件地址,用于CERTBOT通知,知道什么时候证书即将过期?

我一次只能配置一个

谢谢!

是的,您可以添加多个电子邮件地址


来自certbot --help all

-m EMAIL / --email EMAIL

Email used for registration and recovery contact.

Use comma to register multiple emails, ex:
u1@example.com,u2@example.com. (default: Ask).


此功能已添加到 pull request #5994 after being brought to attention by issue #4242