split up tree view
This commit is contained in:
parent
f743969b5f
commit
d636691954
20
README.md
20
README.md
|
@ -17,16 +17,10 @@ An example that works.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
example
|
example
|
||||||
├── package.json
|
|
||||||
├── make-root-ca-and-certificates.sh
|
├── make-root-ca-and-certificates.sh
|
||||||
|
├── package.json
|
||||||
├── serve.js
|
├── serve.js
|
||||||
├── request-without-warnings.js
|
└── request-without-warnings.js
|
||||||
├── server
|
|
||||||
| ├── my-private-root-ca.crt.pem
|
|
||||||
| ├── my-server.crt.pem
|
|
||||||
| └── my-server.key.pem
|
|
||||||
└── client
|
|
||||||
└── my-private-root-ca.crt.pem
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Get the repo
|
### Get the repo
|
||||||
|
@ -51,6 +45,16 @@ bash test.sh
|
||||||
bash make-root-ca-and-certificates.sh 'local.ldsconnect.org'
|
bash make-root-ca-and-certificates.sh 'local.ldsconnect.org'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
example
|
||||||
|
├── server
|
||||||
|
| ├── my-private-root-ca.crt.pem
|
||||||
|
| ├── my-server.crt.pem
|
||||||
|
| └── my-server.key.pem
|
||||||
|
└── client
|
||||||
|
└── my-private-root-ca.crt.pem
|
||||||
|
```
|
||||||
|
|
||||||
### Run the server
|
### Run the server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue