Update package-lock.json, use UTF8 for common name

main
Jan Dittberner 3 years ago
parent c443a83c11
commit 006c93c66c

5908
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -93,6 +93,7 @@
csr.setSubject([{
name: 'commonName',
value: subject,
valueTagClass: forge.asn1.Type.UTF8,
}]);
csr.sign(keys.privateKey, forge.md.sha256.create());

Loading…
Cancel
Save