Skip to content

Commit a3e44f8

Browse files
committed
fixup! Tests: alternative chains support.
1 parent 8846adf commit a3e44f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/acme_alternative_chains.t renamed to t/acme_preferred_chain.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the Apache License, Version 2.0 license
66
# found in the LICENSE file in the root directory of this source tree.
77

8-
# Tests for ACME client: alternative certificate chains.
8+
# Tests for ACME client: preferred chain support.
99

1010
###############################################################################
1111

@@ -54,15 +54,15 @@ http {
5454
5555
acme_issuer chain1 {
5656
uri https://acme.test:%%PORT_9000%%/dir;
57-
chain "issuer=%%ISSUER_NAME_1%%";
57+
preferred_chain "%%ISSUER_NAME_1%%";
5858
ssl_trusted_certificate acme.test.crt;
5959
state_path %%TESTDIR%%/acme_chain1;
6060
accept_terms_of_service;
6161
}
6262
6363
acme_issuer chain2 {
6464
uri https://acme.test:%%PORT_9000%%/dir;
65-
chain "issuer=%%ISSUER_NAME_2%%";
65+
preferred_chain "%%ISSUER_NAME_2%%";
6666
ssl_trusted_certificate acme.test.crt;
6767
state_path %%TESTDIR%%/acme_chain2;
6868
accept_terms_of_service;

0 commit comments

Comments
 (0)