2024-06-19, 07:32 PM
(This post was last modified: 2024-06-19, 07:34 PM by TheDreadPirate.)
Comment out file #1. Then add these lines to the config.
My nginx config for reference.
https://sourceb.in/auQ7583d3q
Code:
ssl_certificate /path/to/fullchain.pem;
ssl_certificate_key /path/to/privkey.pem;
ssl_trusted_certificate /path/to/chain.pem;
My nginx config for reference.
https://sourceb.in/auQ7583d3q