Skip to content

Commit

Permalink
Use certbot certonly (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken authored Dec 8, 2023
1 parent 9999848 commit fad14e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"sepolia",
"faucet",
"concat",
"certonly",
],
"flagWords": [],
"ignorePaths": [
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/nwaku/configure-nwaku.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Consider a `nwaku` node that enabled Secure WebSocket (encrypted) using its key
You can use [Let's Encrypt](https://letsencrypt.org/) or [Certbot](https://certbot.eff.org/) to generate a valid certificate for your `nwaku` node:

```shell
sudo letsencrypt -d <your.domain.name>
sudo certbot certonly -d <your.domain.name>
```
:::

Expand Down Expand Up @@ -259,4 +259,4 @@ When using a reverse proxy server for SSL/TLS encryption, you only want to annou

:::info
The `ext-multiaddr-only` option takes precedence over the `nat` and `dns4-domain-name` options, using the values provided by the `ext-multiaddr` option instead.
:::
:::

0 comments on commit fad14e3

Please sign in to comment.