Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyfactor committed Dec 24, 2024
1 parent 5678b07 commit e3c2523
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style="border-bottom: none">
command-cert-manager-issuer
Command Issuer
</h1>

<p align="center">
Expand All @@ -26,7 +26,7 @@
</p>

## Support
The command-cert-manager-issuer is open source and community supported, meaning that there is **no SLA** applicable.
The Command Issuer is open source and community supported, meaning that there is **no SLA** applicable.

> To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
Expand Down Expand Up @@ -262,22 +262,6 @@ For example, ClusterIssuer resources can be used to issue certificates for resou
kubectl apply -f clusterissuer.yaml
```
> **Overriding the `spec` using Kubernetes Annotations on CertificateRequest Resources**
>
> The
>
> <details><summary>Notes</summary>
> The GoDaddy AnyCA Gateway REST plugin requires several custom enrollment parameters that are passed to GoDaddy upon the submission of a new PFX/CSR enrollment request. These custom enrollment parameters configure the domain/organization/extended validation procedure required to complete the certificate enrollment.
>
> Prior to Command v12.3, custom enrollment parameters are not supported on a per-request basis for PFX/CSR Enrollment. If your Keyfactor Command version is less than v12.3, the only way to configure custom enrollment parameters is to set default parameter values on the Certificate Template in the Keyfactor AnyCA Gateway REST.
>
> Before continuing with installation prior to Command 12.3, users should consider the following:
>
> * Each combination of custom enrollment parameters will require the creation of a new Certificate Template and Certificate Profile in the Keyfactor AnyCA Gateway REST.
> * If you have multiple combinations of custom enrollment parameters, consider the operational complexity of managing multiple Certificate Templates and Certificate Profiles.
> * If your certificate workflows mostly consist of certificate renewal, re-issuance, and revocation, the GoDaddy AnyCA Gateway REST plugin is fully supported.
> </details>
# Creating a Certificate
Once an Issuer or ClusterIssuer resource is created, they can be used to issue certificates using cert-manager. The two most important concepts are `Certificate` and `CertificateRequest` resources.
Expand Down Expand Up @@ -374,7 +358,7 @@ Keyfactor Command allows users to [attach custom metadata to certificates](https
- **Pre-defined Certificate Metadata**
If **all of the following metadata fields are defined** in Command, Command Issuer will populate the fields upon certificate enrollment. All of the metadata fields are String types. Please refer to the [Command docs](https://software.keyfactor.com/Core/Current/Content/ReferenceGuide/Certificate%20Metadata.htm) to define these metadata fields in Command.
If **all of the following metadata fields are defined** in Command, Command Issuer will populate the fields upon certificate enrollment. All of the metadata fields are String types. Please refer to the [Command docs](https://software.keyfactor.com/Core/Current/Content/ReferenceGuide/Certificate%20Metadata.htm) to define these metadata fields in Command if you would like Command Issuer to populate these fields on certificates upon enrollment.
| Field Name | Description |
|-------------------------------------|-----------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit e3c2523

Please sign in to comment.