Skip to content

Commit 0e01ee6

Browse files
[DDW-778] Update README with Nix SSL issue solution steps
1 parent 8827457 commit 0e01ee6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ Daedalus - Cryptocurrency Wallet
3535
```
3636
3. Run `nix-shell` with correct list of arguments or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development.
3737

38+
**Notes:**
39+
If you get SSL error when running `nix-shell` (SSL peer certificate or SSH remote key was not OK) try the next steps:
40+
1. Reinstall nix
41+
```bash
42+
$ nix-env -e *
43+
$ curl -L https://nixos.org/nix/install | sh
44+
```
45+
2. Download certificate from https://docs.certifytheweb.com/docs/kb/kb-202109-letsencrypt/ and import to your keychain.
46+
3847
## Development
3948

4049
### Running Daedalus with Cardano Node

0 commit comments

Comments
 (0)