From 4b24cc48e9b4edd8887d63942dc68375beb1a345 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Jul 2020 02:33:36 +0000 Subject: [PATCH] clarify staging certificates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8dbc1f..065f3c0 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Listening on 0.0.0.0:80 for ACME challenges and HTTPS redirects Listening on 0.0.0.0:443 for secure traffic ``` -If everything worked you can visit your site in your browser, and after a few seconds you'll see a "Hello World" message, and certificates will be saved in `greenlock.d/staging`. Run again without `--staging` and you will get real certificates. +If everything worked you can visit your site in your browser, and after a few seconds you'll get a certificate warning and, after that, see a "Hello World" message. The debug (staging) certificates will be saved in `greenlock.d/staging`. Run again without `--staging` and you will get real certificates. ### Season to taste