From 13a57845f0f4b424517c41f5a8ae8ba229a8e20c Mon Sep 17 00:00:00 2001 From: goos Date: Tue, 27 Feb 2024 22:33:30 -0800 Subject: [PATCH] Add final step to enabling https on home server --- docs/config/https.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config/https.md b/docs/config/https.md index 0b36e3a9a..5dbbb0a8c 100644 --- a/docs/config/https.md +++ b/docs/config/https.md @@ -28,3 +28,5 @@ Once you have the certificate, you’ll need to configure Actual to use it. Ther } ``` 2. **Configuring with environment variables**: If you can’t easily create new files, you can also configure HTTPS using environment variables. Set the `ACTUAL_HTTPS_KEY` and `ACTUAL_HTTPS_CERT` environment variables to the contents of the `.key` and `.crt` files, respectively. If you’re unable to include newlines in the environment variable values, you can replace any newlines with `\n` and Actual will automatically convert them back to newlines. + +Once one of the two above configuration methods have been applied, make sure to access your instance using `https` instead of just refreshing the webpage.