node-opcua-pki 6.9.0 → 6.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/pki.mjs +1 -2
- package/dist/bin/pki.mjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/bin/pki.mjs
CHANGED
|
@@ -2393,8 +2393,7 @@ subjectAltName = $ENV::ALTNAME
|
|
|
2393
2393
|
nsComment = "CA Generated by Node-OPCUA Certificate utility using openssl"
|
|
2394
2394
|
[ v3_ca ]
|
|
2395
2395
|
subjectKeyIdentifier = hash
|
|
2396
|
-
authorityKeyIdentifier = keyid
|
|
2397
|
-
# authorityKeyIdentifier = keyid
|
|
2396
|
+
authorityKeyIdentifier = keyid
|
|
2398
2397
|
basicConstraints = CA:TRUE
|
|
2399
2398
|
keyUsage = critical, cRLSign, keyCertSign
|
|
2400
2399
|
nsComment = "CA Certificate generated by Node-OPCUA Certificate utility using openssl"
|