Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pietheinstrengholt committed Jan 29, 2025
1 parent 525ff63 commit b59c067
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ If you would like to host RSSMonster in a trusted environment using a certificat
The code above copies the certificates to the cert folder in the RSSMonster directory. From there, you can include the certificates in your application using the following code in app.js:

```
const fs = require('fs');
const https = require('https');
const port = process.env.PORT || 3000;
const fs = require('fs');
const https = require('https');
const options = {
cert: fs.readFileSync('cert/fullchain.pem'),
Expand Down

0 comments on commit b59c067

Please sign in to comment.