Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-12-29 00:01:35 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-12-29 00:01:35 +0300
commitb5fb0a0669c86bd2c81dfa0139be3d2fcccfa08c (patch)
tree37620a2dac261e78d061b50b05178dcc3b063bc0 /man/httpcfg.1
parentb8e64728000595553827f9147009e483a38d085e (diff)
Update
svn path=/trunk/mono/; revision=70190
Diffstat (limited to 'man/httpcfg.1')
-rw-r--r--man/httpcfg.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/httpcfg.1 b/man/httpcfg.1
index 9fafb8eaf2d..ade4063a015 100644
--- a/man/httpcfg.1
+++ b/man/httpcfg.1
@@ -19,7 +19,7 @@ You must select one of the possible actions: add, delete or list.
.PP
When adding a certificate (-add), you must provide the following
information: a certificate (with the -cert flag) a Private Key file
-(with the -pvk argument, the filename is typically "pvk") and a port
+(with the -pvk argument, the filename is typically "key") and a port
number (with the -port flag).
.PP
When deleting a certificate (-del or -delete) you need to provide the
@@ -42,7 +42,7 @@ Specifies the port to add certificates to, or remove certificates
from.
.TP
.I "-pvk FILE"
-Specifies the Private Key file.
+Specifies the Private Key file.
.TP
.I "-cert CERT"
Specifies the certificate file to use.
@@ -51,6 +51,10 @@ Specifies the certificate file to use.
httpcfg -add -port 8081 -pvk myfile.pvk -cert MyCert
.fi
.PP
+For more details on creating the certificate file and the private key,
+see the following web page:
+.PP
+http://www.mono-project.com/UsingClientCertificatesWithXSP
.SH FILES
The certificates are stored in the ~/.mono/httplistener directory
.SH AUTHOR