> For the complete documentation index, see [llms.txt](https://liieditors.docs.laws.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liieditors.docs.laws.africa/system-management/renew-ssl-certificate.md).

# Renew SSL certificate

The website's SSL certificate is provided for free by [LetsEncrypt](https://letsencrypt.org/) and is managed using the [dokku letsencrypt plugin](https://github.com/dokku/dokku-letsencrypt).

In most cases the certificate is renewed automatically by a cron job installed with `dokku letsencrypt:cron-job --add`.&#x20;

If necessary, you can renew a certificate using:

```
dokku letsencrypt:auto-renew APP
```
