diff options
Diffstat (limited to 'usr.sbin/ikectl/ikectl.8')
-rw-r--r-- | usr.sbin/ikectl/ikectl.8 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.sbin/ikectl/ikectl.8 b/usr.sbin/ikectl/ikectl.8 index 305fd930c01..33305a4ae99 100644 --- a/usr.sbin/ikectl/ikectl.8 +++ b/usr.sbin/ikectl/ikectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ikectl.8,v 1.13 2010/10/08 07:45:06 reyk Exp $ +.\" $OpenBSD: ikectl.8,v 1.14 2010/10/08 10:13:47 jsg Exp $ .\" $vantronix: ikectl.8,v 1.11 2010/06/03 15:55:51 reyk Exp $ .\" .\" Copyright (c) 2007, 2008, 2009, 2010 Reyk Floeter <reyk@vantronix.net> @@ -139,10 +139,11 @@ argument can be used to specify the address or FQDN of the local gateway which will be written into a text file .Pa peer.txt and included in the archives. -.It Cm ca Ar name Cm install +.It Cm ca Ar name Cm install Op Ar path Install the certificate and Certificate Revocation List (CRL) for CA .Ar name -as the currently active CA. +as the currently active CA or into the specified +.Ar path . .It Xo .Cm ca Ar name Cm certificate Ar host .Cm create @@ -192,11 +193,12 @@ which will be written into a text file and included in the archives. .It Xo .Cm ca Ar name Cm certificate Ar host -.Cm install +.Cm install Op Ar path .Xc Install the private and public key for .Ar host -into the active configuration. +into the active configuration or specified +.Ar path . .It Xo .Cm ca Ar name Cm certificate Ar host .Cm revoke @@ -222,11 +224,12 @@ Create a private key for if one does not already exist. .It Xo .Cm ca Ar name Cm key Ar host -.Cm install +.Cm install Op Ar path .Xc Install the private and public keys for .Ar host -into the active configuration. +into the active configuration or specified +.Ar path . .It Xo .Cm ca Ar name Cm key Ar host .Cm delete |