start updating images pki

This commit is contained in:
Tuan Dang
2025-11-06 16:46:09 -08:00
parent b7c7ec36c8
commit fdd367a0e8
16 changed files with 24 additions and 23 deletions

View File

@@ -13,7 +13,9 @@ You typically request certificates against a certificate profile through its ass
To create a certificate profile, head to your Certificate Management Project > Certificates > Certificate Profiles and press **Create Profile**.
TODO: image
![pki certificate profile](/images/platform/pki/certificate/cert-profile.png)
![pki certificate profile modal](/images/platform/pki/certificate/cert-profile-modal.png)
Here's some guidance on each field:

View File

@@ -13,11 +13,13 @@ Each certificate requested against a profile is validated against the template b
To create a certificate template, head to your Certificate Management Project > Certificates > Certificate Templates and press **Create Template**.
TODO: image
![pki certificate template](/images/platform/pki/certificate/cert-template.png)
![pki certificate template modal](/images/platform/pki/certificate/cert-template-modal.png)
Here's some guidance on each field:
- Template Name: The name of the template such as `tls-server`.
- Template Name: A slug-friendly name for the template such as `tls-server`.
- Description: An optional description for the template.
- Subject Attributes: A list of common names that can be included in the certificate subject. Each row accepts a fixed value or pattern such as `example.com` or `*.example.com` and whether it is allowed or denied.
- Subject Alternative Names (SANs): A list of SANs that can appear in the certificate. Each row accepts a SAN type (e.g. DNS, IP, Email, URI), a fixed value or pattern such as `example.com` or `*.example.com`, and an allow or deny flag.