Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
notshivansh committed Nov 5, 2024
1 parent 29cd285 commit 6bf337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async function run() {
const httpsAgent = new https.Agent({
rejectUnauthorized: false,
cert: fs.readFileSync("/cert.pem"),
ca: fs.readFileSync("/ca.pem")
key: fs.readFileSync("/key.pem")
})

try {
Expand Down

0 comments on commit 6bf337d

Please sign in to comment.