From 858f92d698a7bbcb4e59a6c90d8b3cc00a5b23f5 Mon Sep 17 00:00:00 2001 From: Max Ehrlich Date: Sat, 18 Aug 2018 17:07:55 -0400 Subject: [PATCH] Regenerate docs and show setting organization in the CA example Signed-off-by: Max Ehrlich --- docs/generated/reference/output/reference/api-docs/index.html | 4 ++++ docs/tutorials/ca/creating-ca-issuer.rst | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index c2526ed24..83c8527b2 100755 --- a/docs/generated/reference/output/reference/api-docs/index.html +++ b/docs/generated/reference/output/reference/api-docs/index.html @@ -113,6 +113,10 @@ Appears In: KeySize is the key bit size of the corresponding private key for this certificate. If provided, value must be between 2048 and 8192 inclusive when KeyAlgorithm is empty or is set to "rsa", and value must be one of (256, 384, 521) when KeyAlgorithm is set to "ecdsa". +organization
string +Organization is the organization to be used on the Certificate + + secretName
string SecretName is the name of the secret resource to store this secret in diff --git a/docs/tutorials/ca/creating-ca-issuer.rst b/docs/tutorials/ca/creating-ca-issuer.rst index ca20ca0ec..9774e9f3f 100644 --- a/docs/tutorials/ca/creating-ca-issuer.rst +++ b/docs/tutorials/ca/creating-ca-issuer.rst @@ -100,6 +100,7 @@ desired certificate. You can read more about the Certificate resource in # The default value is Issuer (i.e. a locally namespaced Issuer) kind: Issuer commonName: example.com + organization: Example CA dnsNames: - example.com - www.example.com