mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 16:53:01 +02:00
server_name fixes
This commit is contained in:
parent
b30cca5413
commit
fe3aaf5e17
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
- name: Build the server pair
|
- name: Build the server pair
|
||||||
shell: >
|
shell: >
|
||||||
./easyrsa --subject-alt-name='DNS:{{ server_name }},IP:{{ IP_subject_alt_name }}' build-server-full {{ IP_subject_alt_name }} nopass&&
|
./easyrsa --subject-alt-name='DNS:{{ IP_subject_alt_name }},IP:{{ IP_subject_alt_name }}' build-server-full {{ IP_subject_alt_name }} nopass&&
|
||||||
touch '{{ easyrsa_dir }}/easyrsa3/pki/server_initialized'
|
touch '{{ easyrsa_dir }}/easyrsa3/pki/server_initialized'
|
||||||
args:
|
args:
|
||||||
chdir: '{{ easyrsa_dir }}/easyrsa3/'
|
chdir: '{{ easyrsa_dir }}/easyrsa3/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue