Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
2005-09-29 Sebastien Pouliot <sebastien@ximian.com>
Browse files Browse the repository at this point in the history
 
	* src/server.cs: Added *all* new options in --help.
	* man/xsp.1.in: Fixed typo.


svn path=/trunk/xsp/; revision=51025
  • Loading branch information
Sebastien Pouliot committed Sep 30, 2005
1 parent 45204df commit 7360c90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2005-09-29 Sebastien Pouliot <sebastien@ximian.com>

* src/server.cs: Added *all* new options in --help.
* man/xsp.1.in: Fixed typo.

2005-09-29 Sebastien Pouliot <sebastien@ximian.com>

* src/Makefile.am: Added security.cs to the build.
Expand Down
2 changes: 1 addition & 1 deletion man/xsp.1.in
Expand Up @@ -130,7 +130,7 @@ unless they have been explicitly requested to do so.
This option is only valid for XSP. For mod_mono you should configure
Apache for SSL/TLS.
.TP
.I \-\-https-client-requires
.I \-\-https-client-require
Like --https this enables HTTPS support on the server. However this option
also
.B requires
Expand Down
8 changes: 6 additions & 2 deletions src/server.cs
Expand Up @@ -103,8 +103,12 @@ static void ShowHelp ()
Console.WriteLine (" Default value: false.");
Console.WriteLine (" AppSettings key name: ");
Console.WriteLine ();
Console.WriteLine (" --https-client: enable SSL for the server with mandatory client certificates");
Console.WriteLine (" Default value: false.");
Console.WriteLine (" --https-client-accept: enable SSL for the server with optional client certificates");
Console.WriteLine (" Default value: false (non-ssl).");
Console.WriteLine (" AppSettings key name: ");
Console.WriteLine ();
Console.WriteLine (" --https-client-require: enable SSL for the server with mandatory client certificates");
Console.WriteLine (" Default value: false (non-ssl).");
Console.WriteLine (" AppSettings key name: ");
Console.WriteLine ();
Console.WriteLine (" --cert FILENAME: path to X.509 certificate file (cer)");
Expand Down

0 comments on commit 7360c90

Please sign in to comment.