Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: remove basicConstraints extension from certificate
This fixes TLS on Chromium Linux (see #2313)

Based on #2313 (comment)
  • Loading branch information
akx committed Dec 2, 2019
commit bd88651d196f2aceccedc9f4ab29abfff79372e9
4 changes: 0 additions & 4 deletions lib/utils/createCertificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ function createCertificate(attributes) {
days: 30,
keySize: 2048,
extensions: [
{
name: 'basicConstraints',
cA: true,
},
{
name: 'keyUsage',
keyCertSign: true,
Expand Down