-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathmanual.html
34 lines (29 loc) · 1.01 KB
/
manual.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>OpenIKED Manual Pages</title>
<meta name="description" content="OpenIKED Manual Pages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openiked.org/goals.html">
<h2 id=OpenBSD>
<a href="/">
<i>Open</i><b>IKED</b></a>
Manual pages
</h2>
<hr>
<p>
Web manual pages are available from
<a href="https://www.openbsd.org/">OpenBSD</a>.
These manual pages reflect the latest development release of OpenIKED.
<ul>
<li><a href="https://man.openbsd.org/iked.8">iked(8)</a>
— Internet Key Exchange version 2 (IKEv2) daemon
<li><a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a>
— IKEv2 configuration file
<li><a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a>
— control the IKEv2 daemon
</ul>
<p>
The IKEv2 protocol implemented in OpenIKED is described in
<a href="https://www.ietf.org/rfc/rfc5996.txt">RFC 5996</a>.