From c92c02dd88d89f11196b9fcd897c3cc2b76e5895 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 8 Jul 2015 00:51:38 -0600 Subject: [PATCH] clarify --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abb288..45d7d00 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,14 @@ it would redirect to . ### Testing ACME Let's Encrypt certs -You can get free https certificates from [letsencrypt.org](https://letsencrypt.org) +In case you didn't know, you can get free https certificates from +[letsencrypt.org](https://letsencrypt.org) (ACME letsencrypt) and even a free subdomain from . +If you want to quickly test the certificates you installed, +you can do so like this: + ```bash serve-https -p 8443 \ --key /etc/letsencrypt/live/test.mooo.com/privkey.pem \