Skip to content

Commit

Permalink
fix: https on chrome linux (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored and evilebottnawi committed Dec 18, 2019
1 parent 8f89c01 commit dc8b475
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/utils/createCertificate.js
Expand Up @@ -8,10 +8,6 @@ function createCertificate(attributes) {
days: 30,
keySize: 2048,
extensions: [
{
name: 'basicConstraints',
cA: true,
},
{
name: 'keyUsage',
keyCertSign: true,
Expand Down

0 comments on commit dc8b475

Please sign in to comment.