Skip to content

Commit e19cd01

Browse files
fraggletnicola
authored andcommitted
Make install instructions slightly clearer (nodeSolidServer#416)
Running `solid init` can prompt for an SSL key/cert too, so this is not specific to the `solid start` command. Reference the section below and fix a typo too.
1 parent 0892d12 commit e19cd01

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ $ npm install -g solid-server
3131

3232
### Run a single-user server (beginner)
3333

34-
The easiest way to setup `solid-sever` is by running the wizard. This will create a `config.json` in your current folder
34+
The easiest way to setup `solid-server` is by running the wizard. This will create a `config.json` in your current folder
3535

3636
```bash
3737
$ solid init
3838
```
39+
**Note**: If prompted for an SSL key and certificate, follow the instructions below.
3940

4041
To run your server, simply run `solid start`:
4142

@@ -58,7 +59,7 @@ $ solid start --root path/to/folder --port 8443 --ssl-key path/to/ssl-key.pem --
5859
# Solid server (solid v0.2.24) running on https://localhost:8443/
5960
```
6061

61-
##### How do I get the --ssl-key and the --ssl-cert?
62+
##### How do I get an SSL key and certificate?
6263
You need an SSL certificate you get this from your domain provider or for free from [Let's Encrypt!](https://letsencrypt.org/getting-started/).
6364

6465
If you don't have one yet, or you just want to test `solid`, generate a certificate (**DO NOT USE IN PRODUCTION**):

0 commit comments

Comments
 (0)