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
當前提交 13d73b89c0
共有 1 個檔案被更改,包括 3 行新增4 行删除

查看文件

@ -41,10 +41,10 @@ bash test.sh
### 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 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
├── client
│   ├── chain.pem
│   └── my-server.pub
│   └── pubkey.pem
├── server
│   ├── my-root-ca.crt.pem
│   ├── cert.pem
│   ├── chain.pem
│   ├── fullchain.pem