Annotation of embedaddon/strongswan/src/medsrv/templates/user/help.cs, revision 1.1
1.1 ! misho 1: <?cs include:"templates/header.cs" ?>
! 2: <div>
! 3: <h3>strongSwan Mediation Service web frontend</h3>
! 4: <p>This web application builds the end user front end for a Mediation Service
! 5: as defined in the <i>
! 6: <a href="http://www.ietf.org/internet-drafts/draft-brunner-ikev2-mediation-00.txt">
! 7: IKEv2 Mediation Extension draft</a></i>.</p>
! 8: <h4>Mediation connection</h4>
! 9: <p>The authentication between Mediation Server and connecting clients is based
! 10: on RSA public keys. The identities used for IKEv2 are the public key identifier
! 11: of each clients key, encapsulated in a ID_KEY_ID identity.</p>
! 12: <p>The public key of this Mediation Server is:</p>
! 13: <pre>-----BEGIN PUBLIC KEY-----
! 14: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZRsIp99UrIdoctThOfc
! 15: r2Up92BTSlY1Xv1J6Hqcbx3dX/MDvX60nCPeA63Eh0VvQetfkpR73I/42+RD+NES
! 16: 4NosmBRefE0c0Vzd0IV39NTz0KLh2jwIyUzYGXWHUZMeepckzEPXOhG44XaiaLTN
! 17: u/OZXLCXI6vJv8R3wl5xSkZhqEwHi+dATYmGvlXyBDfjprJ4o8yJrsCFlB8aGq+v
! 18: SyKuFG/kaE1VZ9wwZYoyCH0BuYUVBwyxZTMRy2EC+CqDxjjCp5mF27lgB1Lpy8Jy
! 19: AUpcVHtKtZEww6lIZYv/eUtvICz5WTn/pzsQUh8FwGDOyxX4WX7ZXXK55AXuMfG1
! 20: 2QIDAQAB
! 21: -----END PUBLIC KEY-----</pre>
! 22: <p>The Mediation Server is reachable at <i>mediation.strongswan.org</i>.</p>
! 23: The mediation server allows connections from all registered peers.</p>
! 24: <h4>Mediated connections</h4>
! 25: <p>The authentication between mediated clients is done between clients, they
! 26: can use own keys or the same keys as defined for authentication of the
! 27: mediation connection.
! 28: <form action="<?cs var:base ?>/peer/list" method="get">
! 29: <div class="right">
! 30: <input type="submit" value="Back"/></td>
! 31: </div>
! 32: </form>
! 33: </div>
! 34: <?cs include:"templates/footer.cs" ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>