Skip to content

Commit 653bca0

Browse files
committed
conftest: Remove section about identities
This part is from the old wiki and was written before the parser was rewritten, which brought support for quoted strings.
1 parent c77211c commit 653bca0

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

docs/modules/ROOT/pages/tools/conftest.adoc

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,35 +29,16 @@ option defaulting to `*$\{prefix}/libexec*`).
2929
To enable the `*ipsec conftest*` utility, add
3030

3131
--enable-conftest
32-
32+
3333
to the xref:install/autoconf.adoc[`*./configure*`] options.
3434

3535
== Configuration
3636

3737
A test suite consists of a suite configuration file (`*--suite parameter*`) and
3838
individual test configurations (selected by the `*--test parameter*`) which use
3939
the same structure as xref:config/strongswanConf.adoc[`*strongswan.conf*`]. To
40-
configure plugins, a `*conftest*` section in
40+
configure plugins, a `*conftest*` section in
4141
xref:config/strongswanConf.adoc[`*strongswan.conf*`] can be used.
4242

4343
The {GITHUB}/conftest/README[`*README*`] file in the `*conftest*` source has
4444
details 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-
----

0 commit comments

Comments
 (0)