mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove allowEmptyCommonName flag
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user