From a8fd83652d9d3fcf285cd7fb0ff69c0c93721d5f Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Mon, 9 Sep 2024 19:55:02 -0700 Subject: [PATCH] Update docs for PKI issuer secret target output --- docs/documentation/platform/pki/pki-issuer.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/documentation/platform/pki/pki-issuer.mdx b/docs/documentation/platform/pki/pki-issuer.mdx index 44b2cd4fb..c02e477c6 100644 --- a/docs/documentation/platform/pki/pki-issuer.mdx +++ b/docs/documentation/platform/pki/pki-issuer.mdx @@ -214,10 +214,13 @@ In the following steps, we explore how to install the Infisical PKI Issuer using Data ==== + ca.crt: 1306 bytes + tls.crt: 2380 bytes tls.key: 227 bytes - tls.crt: 912 bytes ``` + Here, `ca.crt` is the Root CA certificate, `tls.crt` is the requested certificate followed by the certificate chain, and `tls.key` is the private key for the certificate. + We can decode the certificate and print it out using `openssl`: ```bash