move key_usage var to defaults
This commit is contained in:
parent
7368a241f2
commit
73594369e3
2 changed files with 4 additions and 4 deletions
|
@ -1 +1,4 @@
|
||||||
---
|
---
|
||||||
|
key_usage:
|
||||||
|
- digitalSignature
|
||||||
|
- keyEncipherment
|
||||||
|
|
|
@ -33,10 +33,7 @@
|
||||||
basic_constraints:
|
basic_constraints:
|
||||||
- CA:FALSE # syntax?
|
- CA:FALSE # syntax?
|
||||||
basic_contraints_critical: yes
|
basic_contraints_critical: yes
|
||||||
key_usage: # need more works on this
|
key_usage: "{{ key_usage }}"
|
||||||
- digitalSignature
|
|
||||||
- keyEncipherment
|
|
||||||
- clientAuth
|
|
||||||
key_usage_critical: yes
|
key_usage_critical: yes
|
||||||
subject_alt_name: "{{ subject_alt_name | default(omit) }}"
|
subject_alt_name: "{{ subject_alt_name | default(omit) }}"
|
||||||
# TODO: add a revocation methode, most probably crl, with crl_distribution_points
|
# TODO: add a revocation methode, most probably crl, with crl_distribution_points
|
||||||
|
|
Loading…
Reference in a new issue