use letsencrypt naming convention, and more recent localhost.daplie.com

This commit is contained in:
AJ ONeal 2016-06-27 18:10:00 -06:00 committed by GitHub
parent 2141fae373
commit 47c09745bd
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ bash test.sh
### Create certificates for your FQDN ### 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
bash make-root-ca-and-certificates.sh 'local.ldsconnect.org' bash make-root-ca-and-certificates.sh 'localhost.daplie.com'
``` ```
``` ```