We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98acf07 + 83d9bac commit fd34fabCopy full SHA for fd34fab
1 file changed
playbooks/roles/simpleca/tasks/main.yaml
@@ -31,6 +31,11 @@
31
common_name: "simpleca"
32
basic_constraints:
33
- "CA:TRUE"
34
+ basic_constraints_critical: true
35
+ key_usage:
36
+ - keyCertSign
37
+ - cRLSign
38
+ key_usage_critical: true
39
register: ca_csr
40
41
- name: Sign the CA CSR
@@ -83,6 +88,12 @@
83
88
- "IP:{{ control_plane_ip }}"
84
89
- "IP:{{ hostonly_gateway }}"
85
90
- "IP:{{ hostonly_v6_gateway }}"
91
92
+ - digitalSignature
93
+ - keyEncipherment
94
95
+ extended_key_usage:
96
+ - serverAuth
86
97
register: user_csr
87
98
99
- name: Sign the CSR for {{ cert_user }}
0 commit comments