Update
authorMiguel de Icaza <miguel@gnome.org>
Thu, 28 Dec 2006 21:01:35 +0000 (21:01 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 28 Dec 2006 21:01:35 +0000 (21:01 -0000)
svn path=/trunk/mono/; revision=70190

man/httpcfg.1

index 9fafb8eaf2dbc713c020e0024e34ec17a417d21b..ade4063a0159f761240d263002cf00485492f5ef 100644 (file)
@@ -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