Skip to content

Commit 426b37d

Browse files
Update users.yml
Fix PKCS#12 mobileconfig installation errors when using openssl version > 3 (trailofbits#14558) trailofbits#14622 https://github.com/trailofbits/algo/pull/14622/files
1 parent 68cb12d commit 426b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
server_list: >-
2727
[{% for i in _configs_list.files %}
2828
{% set config = lookup('file', i.path)|from_yaml %}
29-
'{{ config.server }}'
29+
'{{ config.IP_subject_alt_name }}'
3030
{{ ',' if not loop.last else '' }}
3131
{% endfor %}]
3232

0 commit comments

Comments
 (0)