mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-03 21:33:05 +00:00
Use certbot certonly (#150)
This commit is contained in:
parent
9999848d17
commit
fad14e350a
@ -75,6 +75,7 @@
|
||||
"sepolia",
|
||||
"faucet",
|
||||
"concat",
|
||||
"certonly",
|
||||
],
|
||||
"flagWords": [],
|
||||
"ignorePaths": [
|
||||
|
||||
@ -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>
|
||||
```
|
||||
:::
|
||||
|
||||
@ -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.
|
||||
:::
|
||||
:::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user