mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
critical in nameConstraints lost after last refactoring
This commit is contained in:
parent
c5cfe9268a
commit
d5e4964b32
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ subjectAltName: >-
|
||||||
{%- if ipv6_support -%},IP:{{ ansible_default_ipv6['address'] }}{%- endif -%}
|
{%- if ipv6_support -%},IP:{{ ansible_default_ipv6['address'] }}{%- endif -%}
|
||||||
subjectAltName_USER: "email:{{ item }}@{{ openssl_constraint_random_id }}"
|
subjectAltName_USER: "email:{{ item }}@{{ openssl_constraint_random_id }}"
|
||||||
nameConstraints: >-
|
nameConstraints: >-
|
||||||
permitted;{{ subjectAltName_type }}:{{ IP_subject_alt_name }}{{- '/255.255.255.255' if subjectAltName_type == 'IP' else '' -}}
|
critical,permitted;{{ subjectAltName_type }}:{{ IP_subject_alt_name }}{{- '/255.255.255.255' if subjectAltName_type == 'IP' else '' -}}
|
||||||
{%- if subjectAltName_type == 'IP' -%}
|
{%- if subjectAltName_type == 'IP' -%}
|
||||||
,permitted;DNS:{{ openssl_constraint_random_id }}
|
,permitted;DNS:{{ openssl_constraint_random_id }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue