File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments