Skip to content

Commit dc8b475

Browse files
akxevilebottnawi
authored andcommittedDec 18, 2019
fix: https on chrome linux (#2330)
1 parent 8f89c01 commit dc8b475

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎lib/utils/createCertificate.js

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ function createCertificate(attributes) {
88
days: 30,
99
keySize: 2048,
1010
extensions: [
11-
{
12-
name: 'basicConstraints',
13-
cA: true,
14-
},
1511
{
1612
name: 'keyUsage',
1713
keyCertSign: true,

0 commit comments

Comments
 (0)
Please sign in to comment.