Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about SSL certificate for httpsAgent #1

Open
chippt opened this issue Jul 4, 2024 · 0 comments
Open

Question about SSL certificate for httpsAgent #1

chippt opened this issue Jul 4, 2024 · 0 comments

Comments

@chippt
Copy link

chippt commented Jul 4, 2024

Hi,

Love your work. For the ssl certificates, are you providing the client or PGE's in this block?

const httpsAgent = new https.Agent({
  cert: fs.readFileSync("ssl/certs/certificate.crt"),
  key: fs.readFileSync("ssl/private/private.key"),
});   

CERTIFICATE value from SSL
echo "insert value here" >> /prod-scwadd/ssl/certs/certificate.crt
PRIVATE KEY value from SSL

echo "insert value here" >> /prod-scwadd/ssl/private/private.key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant