File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
docs/modules/ROOT/pages/tools Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -29,35 +29,16 @@ option defaulting to `*$\{prefix}/libexec*`).
2929To enable the `*ipsec conftest*` utility, add
3030
3131 --enable-conftest
32-
32+
3333to the xref:install/autoconf.adoc[`*./configure*`] options.
3434
3535== Configuration
3636
3737A test suite consists of a suite configuration file (`*--suite parameter*`) and
3838individual test configurations (selected by the `*--test parameter*`) which use
3939the same structure as xref:config/strongswanConf.adoc[`*strongswan.conf*`]. To
40- configure plugins, a `*conftest*` section in
40+ configure plugins, a `*conftest*` section in
4141xref:config/strongswanConf.adoc[`*strongswan.conf*`] can be used.
4242
4343The {GITHUB}/conftest/README[`*README*`] file in the `*conftest*` source has
4444details on the possible configuration sections and options.
45-
46- === Specifying Host IDs
47-
48- When using certificate DN as `*leftid|rightid*` in `*ipsec.conf*`, the DN is
49- enclosed in quotation marks, like in the following example:
50- ----
51- conn sample-with-ca-cert
52- rightid="C=CH, O=Linux strongSwan, CN=peer name"
53- ----
54- However the equivalent options `*lid|rid*` in a conftest suite or test
55- configuration *must* be written without quotation marks, otherwise there will be
56- authentication errors.
57- ----
58- configs {
59- ike-sample-a {
60- rid = C=CH, O=Linux strongSwan, CN=peer name
61- }
62- }
63- ----
You can’t perform that action at this time.
0 commit comments