Regenerate docs and show setting organization in the CA example
Signed-off-by: Max Ehrlich <max.ehr@gmail.com>
This commit is contained in:
parent
340d2725e7
commit
858f92d698
@ -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 "rsa", and value must be one of (256, 384, 521) when KeyAlgorithm is set to "ecdsa".</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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user