浏览代码

Update README.md

Mohammed Al Ashaal 9 年之前
父节点
当前提交
d27c1336dc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -28,6 +28,8 @@ a transparent HTTPS terminator for letsencrypt with auto certificates renewal, y
 # this will run a httpsify instance listening on port 443 and passing the incoming requests to http://localhost
 # this will run a httpsify instance listening on port 443 and passing the incoming requests to http://localhost
 # and building valid signed cerificates for the specified domains [they must be valid domain names]
 # and building valid signed cerificates for the specified domains [they must be valid domain names]
 ./httpsify --backend=http://localhost --domains="domain.tld,www.domain.tld,another.domain.tld"
 ./httpsify --backend=http://localhost --domains="domain.tld,www.domain.tld,another.domain.tld"
+# this command will tell you more ...
+./httpsify --help
 ```
 ```
 
 
 # Author
 # Author