Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

How to use SSL?

Mihou edited this page Jun 22, 2021 · 1 revision

👮 How to use SSL?

To use SSL, there needs to be several conditions.

  1. You must have a domain registered (for example, mihou.pw).
  2. You must have an LetsEncrypt SSL certificate.

If you have all of them, please proceed to the next step which is to create an ssl.json file which looks like this:

{
  "pathToPEM": "/path/to/pem",
  "keyPassword": "SSL KEY PASSWORD"
}

After that, restart your RoseDB server and it should attempt to use SSL for the server.