diff --git a/docs/docs.md b/docs/docs.md index 674c5f47..fc3a90ef 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -539,7 +539,8 @@ module.exports = { // Enable let's encrypt to create free certificates. // The email is used by Let's Encrypt to notify you when the // certificates are close to expiring. - letsEncryptEmail: 'email@domain.com' + // You can choose it arbitrarily + letsEncryptEmail: 'your@email.com' } } };