Remove allowEmptyCommonName flag

This commit is contained in:
Fang-Pen Lin
2025-11-21 10:34:31 -08:00
parent 810c06c6d7
commit 709b3d7449

View File

@@ -755,8 +755,7 @@ export const pkiAcmeServiceFactory = ({
}
: // ttl is not used if notAfter is provided
({ ttl: "0d" } as const),
enrollmentType: EnrollmentType.ACME,
allowEmptyCommonName: true
enrollmentType: EnrollmentType.ACME
});
return { certificateId: result.certificateId };
}