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:
|
||||
- CA:FALSE # syntax?
|
||||
basic_contraints_critical: yes
|
||||
key_usage: # need more works on this
|
||||
- digitalSignature
|
||||
- keyEncipherment
|
||||
- clientAuth
|
||||
key_usage: "{{ key_usage }}"
|
||||
key_usage_critical: yes
|
||||
subject_alt_name: "{{ subject_alt_name | default(omit) }}"
|
||||
# TODO: add a revocation methode, most probably crl, with crl_distribution_points
|
||||
|
|
Loading…
Reference in a new issue