Skip to content

Commit

Permalink
fix: silence openssl output
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Apr 27, 2017
1 parent 1a571e1 commit f66f558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function lookupOrInstallCertutil(installCertutil: boolean): boolean | string {

function openssl(cmd: string) {
return execSync(`openssl ${ cmd }`, {
stdio: 'ignore',
env: Object.assign({
RANDFILE: path.join(configPath('.rnd'))
}, process.env)
Expand Down

0 comments on commit f66f558

Please sign in to comment.