Add test for mixed-case DNS name. (#807)
parent
a39b3bc882
commit
6d4a8435c7
|
@ -160,7 +160,7 @@
|
|||
certificate_name: cert-4
|
||||
key_type: rsa
|
||||
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
|
||||
account_key: account-rsa
|
||||
challenge: http-01
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
- "'DNS:t1.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: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
|
||||
assert:
|
||||
that:
|
||||
|
|
Loading…
Reference in New Issue