Skip to content

Commit

Permalink
improve whitespace handling
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
  • Loading branch information
sebhoss committed Sep 13, 2024
1 parent b74d701 commit 23ce3f7
Show file tree
Hide file tree
Showing 2,201 changed files with 259,129 additions and 254,202 deletions.
514 changes: 257 additions & 257 deletions docs/data-sources/acme_cert_manager_io_challenge_v1_manifest.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/data-sources/acme_cert_manager_io_order_v1_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Optional:

Required:

- `issuer_ref` (Attributes) IssuerRef references a properly configured ACME-type Issuer which shouldbe used to create this Order.If the Issuer does not exist, processing will be retried.If the Issuer is not an 'ACME' Issuer, an error will be returned and theOrder will be marked as failed. (see [below for nested schema](#nestedatt--spec--issuer_ref))
- `request` (String) Certificate signing request bytes in DER encoding.This will be used when finalizing the order.This field must be set on the order.
- `issuer_ref` (Attributes) IssuerRef references a properly configured ACME-type Issuer which should be used to create this Order. If the Issuer does not exist, processing will be retried. If the Issuer is not an 'ACME' Issuer, an error will be returned and the Order will be marked as failed. (see [below for nested schema](#nestedatt--spec--issuer_ref))
- `request` (String) Certificate signing request bytes in DER encoding. This will be used when finalizing the order. This field must be set on the order.

Optional:

- `common_name` (String) CommonName is the common name as specified on the DER encoded CSR.If specified, this value must also be present in 'dnsNames' or 'ipAddresses'.This field must match the corresponding field on the DER encoded CSR.
- `dns_names` (List of String) DNSNames is a list of DNS names that should be included as part of the Ordervalidation process.This field must match the corresponding field on the DER encoded CSR.
- `duration` (String) Duration is the duration for the not after date for the requested certificate.this is set on order creation as pe the ACME spec.
- `ip_addresses` (List of String) IPAddresses is a list of IP addresses that should be included as part of the Ordervalidation process.This field must match the corresponding field on the DER encoded CSR.
- `common_name` (String) CommonName is the common name as specified on the DER encoded CSR. If specified, this value must also be present in 'dnsNames' or 'ipAddresses'. This field must match the corresponding field on the DER encoded CSR.
- `dns_names` (List of String) DNSNames is a list of DNS names that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR.
- `duration` (String) Duration is the duration for the not after date for the requested certificate. this is set on order creation as pe the ACME spec.
- `ip_addresses` (List of String) IPAddresses is a list of IP addresses that should be included as part of the Order validation process. This field must match the corresponding field on the DER encoded CSR.

<a id="nestedatt--spec--issuer_ref"></a>
### Nested Schema for `spec.issuer_ref`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ Optional:

Required:

- `certificate` (Attributes) SecretKeyReference combines a k8s corev1.SecretReference with aspecific key within the referred-to Secret (see [below for nested schema](#nestedatt--spec--certificate))
- `certificate` (Attributes) SecretKeyReference combines a k8s corev1.SecretReference with a specific key within the referred-to Secret (see [below for nested schema](#nestedatt--spec--certificate))

Optional:

- `certificate_authority_arn` (String) The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority(https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html).This must be of the form:arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
- `certificate_authority_ref` (Attributes) AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReferencetype to provide more user friendly syntax for references using 'from' fieldEx:APIIDRef: from: name: my-api (see [below for nested schema](#nestedatt--spec--certificate_authority_ref))
- `certificate_chain` (Attributes) SecretKeyReference combines a k8s corev1.SecretReference with aspecific key within the referred-to Secret (see [below for nested schema](#nestedatt--spec--certificate_chain))
- `certificate_authority_arn` (String) The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority (https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html). This must be of the form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
- `certificate_authority_ref` (Attributes) AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference type to provide more user friendly syntax for references using 'from' field Ex: APIIDRef: from: name: my-api (see [below for nested schema](#nestedatt--spec--certificate_authority_ref))
- `certificate_chain` (Attributes) SecretKeyReference combines a k8s corev1.SecretReference with a specific key within the referred-to Secret (see [below for nested schema](#nestedatt--spec--certificate_chain))
- `status` (String)

<a id="nestedatt--spec--certificate"></a>
Expand All @@ -82,7 +82,7 @@ Optional:

Optional:

- `from` (Attributes) AWSResourceReference provides all the values necessary to reference anotherk8s resource for finding the identifier(Id/ARN/Name) (see [below for nested schema](#nestedatt--spec--certificate_authority_ref--from))
- `from` (Attributes) AWSResourceReference provides all the values necessary to reference another k8s resource for finding the identifier(Id/ARN/Name) (see [below for nested schema](#nestedatt--spec--certificate_authority_ref--from))

<a id="nestedatt--spec--certificate_authority_ref--from"></a>
### Nested Schema for `spec.certificate_authority_ref.from`
Expand Down
Loading

0 comments on commit 23ce3f7

Please sign in to comment.