Regenerate docs and show setting organization in the CA example

Signed-off-by: Max Ehrlich <max.ehr@gmail.com>
This commit is contained in:
Max Ehrlich 2018-08-18 17:07:55 -04:00
parent 340d2725e7
commit 858f92d698
No known key found for this signature in database
GPG Key ID: 439AC62D3C8A495A
2 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,10 @@ Appears In:
<td>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 &#34;rsa&#34;, and value must be one of (256, 384, 521) when KeyAlgorithm is set to &#34;ecdsa&#34;.</td>
</tr>
<tr>
<td><code>organization</code><br /> <em>string</em></td>
<td>Organization is the organization to be used on the Certificate</td>
</tr>
<tr>
<td><code>secretName</code><br /> <em>string</em></td>
<td>SecretName is the name of the secret resource to store this secret in</td>
</tr>

View File

@ -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