Merge branch 'master' of github.com:coolaj86/nodejs-self-signed-certificate-example

This commit is contained in:
AJ ONeal 2016-06-27 18:22:29 -06:00
commit 13d73b89c0
1 changed files with 3 additions and 4 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'
``` ```
``` ```
@ -55,9 +55,8 @@ certs/
│   └── my-root-ca.srl │   └── my-root-ca.srl
├── client ├── client
│   ├── chain.pem │   ├── chain.pem
│   └── my-server.pub │   └── pubkey.pem
├── server ├── server
│   ├── my-root-ca.crt.pem
│   ├── cert.pem │   ├── cert.pem
│   ├── chain.pem │   ├── chain.pem
│   ├── fullchain.pem │   ├── fullchain.pem