mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 15:13:55 -05:00
Add CSR value for cert request
This commit is contained in:
@@ -890,6 +890,7 @@ export const pkiAcmeServiceFactory = ({
|
||||
notAfter: updatedCertificateRequest.notAfter,
|
||||
status: CertificateRequestStatus.PENDING,
|
||||
acmeOrderId: orderId,
|
||||
csr,
|
||||
tx
|
||||
});
|
||||
const csrObj = new x509.Pkcs10CertificateRequest(csr);
|
||||
|
||||
Reference in New Issue
Block a user