Merge branch 'master' of github.com:coolaj86/nodejs-self-signed-certificate-example
This commit is contained in:
commit
13d73b89c0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue