forked from coolaj86/goldilocks.js
clarify
This commit is contained in:
parent
5af528785d
commit
c92c02dd88
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue