mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +02:00
Update openssl.yml
This commit is contained in:
parent
f24c4e5194
commit
3ce12e5ed9
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
become: no
|
||||
when: easyrsa_reinit_existent == True
|
||||
|
||||
- name: Ensure the pki directories exists
|
||||
- name: Ensure the pki directories exist
|
||||
local_action:
|
||||
module: file
|
||||
dest: "configs/{{ IP_subject_alt_name }}/pki/{{ item }}"
|
||||
|
@ -23,7 +23,7 @@
|
|||
- private
|
||||
- reqs
|
||||
|
||||
- name: Ensure the files exists
|
||||
- name: Ensure the files exist
|
||||
local_action:
|
||||
module: file
|
||||
dest: "configs/{{ IP_subject_alt_name }}/pki/{{ item }}"
|
||||
|
@ -43,7 +43,6 @@
|
|||
dest: "configs/{{ IP_subject_alt_name }}/pki/openssl.cnf"
|
||||
become: no
|
||||
|
||||
|
||||
- name: Build the CA pair
|
||||
local_action: >
|
||||
shell openssl ecparam -name prime256v1 -out ecparams/prime256v1.pem &&
|
||||
|
|
Loading…
Add table
Reference in a new issue