Browse Source

Merge pull request #105 from lgommans/patch-1

Emphasized "will use untrusted by default"
pull/107/merge
serverco 9 years ago
committed by GitHub
parent
commit
147a298757
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -86,7 +86,7 @@ copying private key to ssh:server5:/home/yourdomain/ssl/domain.key
copying CA certificate to ssh:server5:/home/yourdomain/ssl/chain.crt
reloading SSL services
```
This will (by default) use the staging server, so should give you a certificate that isn't trusted ( Fake Let's Encrypt).
**This will (by default) use the staging server, so should give you a certificate that isn't trusted ( Fake Let's Encrypt).**
Change the server in your config file to get a fully valid certificate.
**Note:** Verification is done via port 80(http), port 443(https) or dns. The certificate can be used ( and checked with getssl) on alternate ports.


Loading…
Cancel
Save