Add test for mixed-case DNS name. (#807)
parent
a39b3bc882
commit
6d4a8435c7
|
@ -160,7 +160,7 @@
|
||||||
certificate_name: cert-4
|
certificate_name: cert-4
|
||||||
key_type: rsa
|
key_type: rsa
|
||||||
rsa_bits: "{{ default_rsa_key_size }}"
|
rsa_bits: "{{ default_rsa_key_size }}"
|
||||||
subject_alt_name: "DNS:example.com,DNS:t1.example.com,DNS:test.t2.example.com,DNS:example.org,DNS:test.example.org"
|
subject_alt_name: "DNS:example.com,DNS:t1.example.com,DNS:test.t2.example.com,DNS:example.org,DNS:TesT.example.org"
|
||||||
subject_alt_name_critical: false
|
subject_alt_name_critical: false
|
||||||
account_key: account-rsa
|
account_key: account-rsa
|
||||||
challenge: http-01
|
challenge: http-01
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
- "'DNS:t1.example.com' in cert_4_text.stdout"
|
- "'DNS:t1.example.com' in cert_4_text.stdout"
|
||||||
- "'DNS:test.t2.example.com' in cert_4_text.stdout"
|
- "'DNS:test.t2.example.com' in cert_4_text.stdout"
|
||||||
- "'DNS:example.org' in cert_4_text.stdout"
|
- "'DNS:example.org' in cert_4_text.stdout"
|
||||||
- "'DNS:test.example.org' in cert_4_text.stdout"
|
- "'DNS:TesT.example.org' in cert_4_text.stdout"
|
||||||
- name: Check that certificate 4 retrieval did not get all chains
|
- name: Check that certificate 4 retrieval did not get all chains
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Reference in New Issue