Skip to content

Commit cf41de2

Browse files
committed
Corrected mistake in readme
1 parent 5cd4052 commit cf41de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ solid start
104104
Otherwise, if you want to use flags, this would be the equivalent
105105

106106
```bash
107-
$ solid start --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./data
107+
$ solid start --multiuser --port 8443 --ssl-cert /path/to/cert --ssl-key /path/to/key --root ./data
108108
```
109109

110110
Your users will have a dedicated folder under `./data` at `./data/<username>.<yourdomain.tld>`. Also, your root domain's website will be in `./data/<yourdomain.tld>`. New users can create accounts on `/api/accounts/new` and create new certificates on `/api/accounts/cert`. An easy-to-use sign-up tool is found on `/api/accounts`.

0 commit comments

Comments
 (0)