mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
server name fixed
This commit is contained in:
parent
f442af3445
commit
172845408c
@ -28,7 +28,7 @@
|
||||
|
||||
- name: Get active users
|
||||
shell: >
|
||||
grep ^V pki/index.txt | grep -v "www.ivlis.me" | awk '{print $5}' | sed 's/\/CN=//g'
|
||||
grep ^V pki/index.txt | grep -v "{{ server_name }}" | awk '{print $5}' | sed 's/\/CN=//g'
|
||||
args:
|
||||
chdir: '{{ easyrsa_dir }}/easyrsa3/'
|
||||
register: valid_certs
|
||||
|
Loading…
Reference in New Issue
Block a user