mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-07 20:43:11 +02:00
Hardcoded IP. Fixes #219
This commit is contained in:
parent
40079f3be6
commit
599fb6eeee
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
- name: Cheking the signature algorithm
|
- name: Cheking the signature algorithm
|
||||||
local_action: >
|
local_action: >
|
||||||
shell openssl x509 -text -in certs/82.196.1.93.crt | grep 'Signature Algorithm' | head -n1
|
shell openssl x509 -text -in certs/{{ IP_subject_alt_name }}.crt | grep 'Signature Algorithm' | head -n1
|
||||||
become: no
|
become: no
|
||||||
register: sig_algo
|
register: sig_algo
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue