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 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:always,issuer:always
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"