Skip to content

Commit

Permalink
Add logging for proxy certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurre Stender committed Aug 31, 2021
1 parent 1585df6 commit 84b10ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export class ProxyBuilder {
)

if (process.env.CUSTOM_CA_PATH) {
core.info('Detected custom CA certificate, adding to proxy')

const customCert = fs
.readFileSync(process.env.CUSTOM_CA_PATH, 'utf8')
.toString()
Expand Down

0 comments on commit 84b10ae

Please sign in to comment.