Add test for mixed-case DNS name. (#807)

This commit is contained in:
Felix Fontein
2024-10-15 20:10:00 +02:00
committed by GitHub
parent a39b3bc882
commit 6d4a8435c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: