Skip to content

Commit

Permalink
Add test for mixed-case DNS name.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 15, 2024
1 parent a39b3bc commit d93701d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/targets/acme_certificate/tasks/impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d93701d

Please sign in to comment.