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