You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/vault_pki/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,21 @@ Role variables
25
25
*`vault_pki_root_default_lease_ttl`: The default time in hours before expiry of the root CA certificate (default: "43830h")
26
26
*`vault_pki_root_max_lease_ttl`: The max time in hours that is allowed before expiry of the root CA certificate (default: "43830h")
27
27
*`vault_pki_root_ttl`: The time in hours before the root CA certificate expires (default: "43830h")
28
-
*`vault_pki_root_key_bits`: The key bits for the root RSA private key (default: "4096")
28
+
*`vault_pki_root_key_bits`: The key bits for the root RSA private key (default: 4096)
29
29
---
30
30
* Vault Create Intermediate
31
31
*`vault_pki_intermediate_create`: whether to create an intermediate CA or not (default: `true`)
32
32
*`vault_pki_intermediate_import`: whether to import a pre-existing intermediate pem bundle (default: `false`)
33
33
*`vault_pki_intermediate_export`: whether to export the generated intermediate pem bundle (default: `false`)
34
34
* Mandatory if `vault_pki_intermediate_create` equals `true`
35
35
* `vault_pki_intermediate_ca_name`: The name of the Intermediate CA to create
36
-
* `vault_pki_intermediate_ca_common_name`: The common name of the RootCA (default: `vault_pki_intermediate_ca_name`)
36
+
* `vault_pki_intermediate_ca_common_name`: The common name of the Intermediate CA (default: `vault_pki_intermediate_ca_name`)
37
37
* Mandatory if `vault_pki_intermediate_import`: equals `true`
38
38
*`vault_pki_intermediate_ca_bundle`: Concatenated certificate, intermediate and private key
39
39
*`vault_pki_intermediate_default_lease_ttl`: The default time in hours before expiry of the intermediate CA certificate (default: "43830h")
40
40
*`vault_pki_intermediate_max_lease_ttl`: The max time in hours that is allowed before expiry of the intermediate CA certificate (default: "43830h")
41
41
*`vault_pki_intermediate_ttl`: The time in hours before the intermediate CA certificate expires (default: "43830h")
42
-
*`vault_pki_intermediate_key_bits`: The key bits for the intermediate RSA private key (default: "4096")
42
+
*`vault_pki_intermediate_key_bits`: The key bits for the intermediate RSA private key (default: 4096)
43
43
*`vault_pki_intermediate_roles`: Certificate Roles to create for the intermediate CA. List of Dicts containing `{name: <role_name>, config: { <pki_option>: <value> ...}`
0 commit comments