Skip to content

Commit

Permalink
Update users.yml
Browse files Browse the repository at this point in the history
Fix PKCS#12 mobileconfig installation errors when using openssl version > 3 (trailofbits#14558) trailofbits#14622
https://github.com/trailofbits/algo/pull/14622/files
  • Loading branch information
gh0st-network committed Dec 10, 2023
1 parent 68cb12d commit 426b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.yml
Expand Up @@ -26,7 +26,7 @@
server_list: >-
[{% for i in _configs_list.files %}
{% set config = lookup('file', i.path)|from_yaml %}
'{{ config.server }}'
'{{ config.IP_subject_alt_name }}'
{{ ',' if not loop.last else '' }}
{% endfor %}]
Expand Down

0 comments on commit 426b37d

Please sign in to comment.