adapted ikev2 uml scenarios for the 4.2 version
This commit is contained in:
@@ -4,7 +4,7 @@ is checked via the OCSP server <b>winnetou</b> which possesses an OCSP signer ce
|
||||
issued by the strongSwan CA. This certificate contains an <b>OCSPSigning</b>
|
||||
extended key usage flag. <b>carol</b>'s certificate includes an <b>OCSP URI</b>
|
||||
in an authority information access extension pointing to <b>winnetou</b>.
|
||||
Therefore no special ca section information is needed in ipsec.conf.
|
||||
Therefore no special ca section information is needed in moon's ipsec.conf.
|
||||
<p>
|
||||
<b>carol</b> can successfully initiate an IPsec connection to <b>moon</b> since
|
||||
the status of both certificates is <b>good</b>.
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
moon::ipsec listcainfos::ocspuris.*http://ocsp.strongswan.org::YES
|
||||
carol::ipsec listcainfos::ocspuris.*http://ocsp.strongswan.org::YES
|
||||
moon::cat /var/log/daemon.log::received valid http response::YES
|
||||
carol::cat /var/log/daemon.log::received valid http response::YES
|
||||
moon::cat /var/log/daemon.log::received ocsp signer certificate is trusted::YES
|
||||
carol::cat /var/log/daemon.log::received ocsp signer certificate is trusted::YES
|
||||
moon::ipsec listocspcerts::altNames.*ocsp.strongswan.org::YES
|
||||
carol::ipsec listocspcerts::altNames.*ocsp.strongswan.org::YES
|
||||
moon::cat /var/log/daemon.log::certificate is good::YES
|
||||
carol::cat /var/log/daemon.log::certificate is good::YES
|
||||
moon::cat /var/log/daemon.log::requesting ocsp status::YES
|
||||
moon::cat /var/log/daemon.log::ocsp response correctly signed by::YES
|
||||
moon::cat /var/log/daemon.log::ocsp response is valid::YES
|
||||
moon::cat /var/log/daemon.log::certificate status is good::YES
|
||||
carol::cat /var/log/daemon.log::requesting ocsp status::YES
|
||||
carol::cat /var/log/daemon.log::ocsp response correctly signed by::YES
|
||||
carol::cat /var/log/daemon.log::ocsp response is valid::YES
|
||||
carol::cat /var/log/daemon.log::certificate status is good::YES
|
||||
moon::ipsec status::rw.*ESTABLISHED::YES
|
||||
carol::ipsec status::home.*ESTABLISHED::YES
|
||||
|
||||
|
||||
@@ -5,6 +5,11 @@ config setup
|
||||
strictcrlpolicy=yes
|
||||
plutostart=no
|
||||
|
||||
ca strongswan
|
||||
cacert=strongswanCert.pem
|
||||
ocspuri=http://ocsp.strongswan.org:8880
|
||||
auto=add
|
||||
|
||||
conn %default
|
||||
keyexchange=ikev2
|
||||
ikelifetime=60m
|
||||
|
||||
Reference in New Issue
Block a user