This commit is contained in:
AJ ONeal 2015-07-08 00:51:38 -06:00
parent 5af528785d
commit c92c02dd88
1 changed files with 5 additions and 1 deletions

View File

@ -60,10 +60,14 @@ it would redirect to <https://localhost.daplie.com:3443>.
### 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 <https://freedns.afraid.org>.
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 \