浏览代码

Update first_steps.md

Yet another revision, adding a warning to step three.
Joel Howard 8 年之前
父节点
当前提交
c2fe6ee947
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/first_steps.md

+ 2 - 0
docs/first_steps.md

@@ -35,6 +35,8 @@ certbot certonly \
     --email you@example.org \
     --agree-tos
 ```
+
+**Remember to replace the example.org domain with your own domain, this command will not work if you dont.**
     
 4\. Create hard links to the full path of the new certificates. Assuming you are still in the mailcow root folder:
 ``` bash