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