@naylence/advanced-security 0.3.1 → 0.3.2

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.
@@ -7739,7 +7739,7 @@ class CASigningService extends CAService {
7739
7739
  const spiffeId = `spiffe://${spiffeTrustDomain}/nodes/${nodeSid}`;
7740
7740
  const extensions = await buildLeafExtensions(publicKey, nodeSid, nodeId, spiffeId, logicalHosts, issuerIdentity.subjectPublicKeyInfo);
7741
7741
  const issuerName = issuerIdentity.name;
7742
- const subjectName = buildCertificateName(nodeSid, "Naylence Fame", "Fame Nodes");
7742
+ const subjectName = new Name$1([]); // SPIFFE X.509-SVIDs require an empty subject DN
7743
7743
  const certDer = await createEd25519Certificate({
7744
7744
  subject: subjectName,
7745
7745
  issuer: issuerName,