remove some incorect options from csr response certs

develop
Thomas Lynch 1 year ago
parent da886e3d72
commit c7ba3d8210
  1. 3
      ca.js

@ -66,11 +66,10 @@ function generateCertificate(privateKey, publicKey) {
cert.setExtensions([
{
name: "basicConstraints",
cA: true,
cA: false,
},
{
name: "keyUsage",
keyCertSign: true,
digitalSignature: true,
nonRepudiation: true,
keyEncipherment: true,

Loading…
Cancel
Save