From 072290f2d39501f8d897a6c699bad373871448c1 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 5 Jan 2016 21:59:27 +0800 Subject: [PATCH] support standalone server --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 82dad2cd..f7a704f7 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,14 @@ Which issues the cert and then links it to the production apache or nginx path. The cert will be renewed every 50 days by default (which is configurable), Once the cert is renewed, the apache/nginx will be automatically reloaded by the command: ` service apache2 reload` or `service nginx reload` +# Use Standalone server: +Same usage as above, just give `no` as the webroot. +The tcp `80` port must be free to listen, otherwise you will be prompted to free the `80` port and try again. + +``` +le issue no aa.com www.aa.com,cp.aa.com +``` + #Under the Hood