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