Use certbot certonly (#150)

This commit is contained in:
fryorcraken 2023-12-08 21:30:21 +11:00 committed by GitHub
parent 9999848d17
commit fad14e350a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@
"sepolia",
"faucet",
"concat",
"certonly",
],
"flagWords": [],
"ignorePaths": [

View File

@ -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.
:::
:::