Skip to content

Commit

Permalink
Fix link to the sslrehashsignal module.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed May 25, 2024
1 parent 31f3d5c commit 649d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/enable-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you have these installed before running `./configure` then the appropriate mo

If you have not already acquired a TLS (SSL) certificate and key you will need to do so. The recommended method of acquiring these files is an ACME client like [Certbot](https://certbot.eff.org/). You can acquire this from either your system package manager or from pip. See [the Certbot installation instructions](https://certbot.eff.org/instructions?ws=other&os=pip) for more information on how to install and configure Certbot. Alternatives to Certbot include [Dehydrated](https://github.com/dehydrated-io/dehydrated), [acme.sh](https://github.com/acmesh-official/acme.sh), and [many others](https://letsencrypt.org/docs/client-options/).

InspIRCd ships with a script called `deploy-ssl.sh` that you can customise for use as a post-deploy hook to automatically reload your TLS (SSL) profiles when your TLS (SSL) certificate and key are updated. Generally this should not require much tweaking but you should check it just in case. If you are using this you should also make sure that your IRC server has [the sslrehashsignal module](/3/configuration/sslrehashsignal) loaded (see below).
InspIRCd ships with a script called `deploy-ssl.sh` that you can customise for use as a post-deploy hook to automatically reload your TLS (SSL) profiles when your TLS (SSL) certificate and key are updated. Generally this should not require much tweaking but you should check it just in case. If you are using this you should also make sure that your IRC server has [the sslrehashsignal module](/3/modules/sslrehashsignal) loaded (see below).

### Loading and configuring a TLS (SSL) module

Expand Down

0 comments on commit 649d549

Please sign in to comment.