From 47c09745bd6ab9346ed378180470f5419e9817e7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 27 Jun 2016 18:10:00 -0600 Subject: [PATCH] use letsencrypt naming convention, and more recent localhost.daplie.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2953495..bc8467a 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ bash test.sh ### Create certificates for your FQDN -`local.ldsconnect.org` points to `localhost`, so it's ideal for your first test. +`localhost.daplie.com` points to `localhost`, so it's ideal for your first test. ```bash -bash make-root-ca-and-certificates.sh 'local.ldsconnect.org' +bash make-root-ca-and-certificates.sh 'localhost.daplie.com' ``` ```