mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Some tweaks
This commit is contained in:
parent
f2bf5869ba
commit
fdef9e0766
2 changed files with 7 additions and 6 deletions
|
|
@ -48,6 +48,10 @@ export function generateCertForHost(hostname) {
|
|||
digitalSignature: true,
|
||||
keyEncipherment: true,
|
||||
},
|
||||
{
|
||||
name: "extKeyUsage",
|
||||
serverAuth: true,
|
||||
},
|
||||
]);
|
||||
cert.sign(ca.privateKey, forge.md.sha256.create());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue