Skip to content

Commit

Permalink
Update https.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Feb 28, 2024
1 parent 13a5784 commit 359347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ 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.
Once one of the above configuration methods have been applied, make sure to access your instance using `https` instead of refreshing the web page.

0 comments on commit 359347c

Please sign in to comment.