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' ``` ```