Skip to content

Commit

Permalink
Update cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash committed Sep 23, 2020
1 parent 6317461 commit cc34231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env node
const program = require('commander');
const pkg = require('../package.json');
const path = require('path');
const fs = require('fs');
const path = require('path');
const program = require('commander');
const mkcert = require('./mkcert');
const pkg = require('../package.json');

async function createCA({ organization, countryCode, state, locality, validity, key, cert }) {
validity = Number.parseInt(validity, 10);
Expand Down

0 comments on commit cc34231

Please sign in to comment.