diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-09 21:02:41 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-09 21:02:41 +0000 |
commit | db67c87db3c9089ea8d2e14f617bf3d9e2af261f (patch) | |
tree | 665c0caea83d34c11c1517c4c57137bb58cba6fb /src/medsrv/templates/user/help.cs | |
parent | 1c088a8b6237ec67f63c23f97a0f2dc4e99af869 (diff) | |
download | vyos-strongswan-db67c87db3c9089ea8d2e14f617bf3d9e2af261f.tar.gz vyos-strongswan-db67c87db3c9089ea8d2e14f617bf3d9e2af261f.zip |
[svn-upgrade] Integrating new upstream version, strongswan (4.2.4)
Diffstat (limited to 'src/medsrv/templates/user/help.cs')
-rw-r--r-- | src/medsrv/templates/user/help.cs | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/medsrv/templates/user/help.cs b/src/medsrv/templates/user/help.cs new file mode 100644 index 000000000..58615c14a --- /dev/null +++ b/src/medsrv/templates/user/help.cs @@ -0,0 +1,34 @@ +<?cs include:"templates/header.cs" ?> +<div> +<h3>strongSwan Mediation Service web frontend</h3> +<p>This web application builds the end user front end for a Mediation Service +as defined in the <i> +<a href="http://www.ietf.org/internet-drafts/draft-brunner-ikev2-mediation-00.txt"> +IKEv2 Mediation Extension draft</a></i>.</p> +<h4>Mediation connection</h4> +<p>The authentication between Mediation Server and connecting clients is based +on RSA public keys. The identities used for IKEv2 are the public key identifier +of each clients key, encapsulated in a ID_KEY_ID identity.</p> +<p>The public key of this Mediation Server is:</p> +<pre>-----BEGIN PUBLIC KEY----- +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZRsIp99UrIdoctThOfc +r2Up92BTSlY1Xv1J6Hqcbx3dX/MDvX60nCPeA63Eh0VvQetfkpR73I/42+RD+NES +4NosmBRefE0c0Vzd0IV39NTz0KLh2jwIyUzYGXWHUZMeepckzEPXOhG44XaiaLTN +u/OZXLCXI6vJv8R3wl5xSkZhqEwHi+dATYmGvlXyBDfjprJ4o8yJrsCFlB8aGq+v +SyKuFG/kaE1VZ9wwZYoyCH0BuYUVBwyxZTMRy2EC+CqDxjjCp5mF27lgB1Lpy8Jy +AUpcVHtKtZEww6lIZYv/eUtvICz5WTn/pzsQUh8FwGDOyxX4WX7ZXXK55AXuMfG1 +2QIDAQAB +-----END PUBLIC KEY-----</pre> +<p>The Mediation Server is reachable at <i>mediation.strongswan.org</i>.</p> +The mediation server allows connections from all registered peers.</p> +<h4>Mediated connections</h4> +<p>The authentication between mediated clients is done between clients, they +can use own keys or the same keys as defined for authentication of the +mediation connection. +<form action="<?cs var:base ?>/peer/list" method="get"> + <div class="right"> + <input type="submit" value="Back"/></td> + </div> +</form> +</div> +<?cs include:"templates/footer.cs" ?> |