1
0
Fork 0

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

This commit is contained in:
Jan Dittberner 2020-11-22 20:56:03 +01:00
parent c443a83c11
commit 006c93c66c
2 changed files with 5899 additions and 10 deletions

5908
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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