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
path: root/man
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-11-30 15:59:25 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-11-30 15:59:25 +0300
commite7403b5ac557de39a02df2cb612485d4ae6e2961 (patch)
tree01d963c6d38ceff99fb6bd58f17785e96ba8b247 /man
parent8958a36f0a2a5beba8d55a614e6913d03a8229ac (diff)
Small fixes.
svn path=/trunk/mono/; revision=36840
Diffstat (limited to 'man')
-rwxr-xr-xman/makecert.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man/makecert.1 b/man/makecert.1
index c856285b539..8e5f303fc55 100755
--- a/man/makecert.1
+++ b/man/makecert.1
@@ -114,10 +114,9 @@ Help (display this help message)
Extended help (for advanced options)
.SH EXAMPLES
.PP
-To create Building a SSL test (i.e. non trusted) certificate is easy
-once your know your host's name. Mono ships with a utility, makecert,
-for doing so. The following command will create a test certificate for
-an SSL server:
+To create a SSL test (i.e. non trusted) certificate is easy
+once your know your host's name. The following command will create a
+test certificate for an SSL server:
.nf
$ hostname
pollux
@@ -130,8 +129,7 @@ In particular in the above example, the parameters used to build this
test certificate were:
.TP
.I "-r"
-Create a self-signed certificate (we don't need/want to build a
-hierarchy here).
+Create a self-signed certificate (i.e. without an hierarchy).
.TP
.I "-eku 1.3.6.1.5.5.7.3.1"
Optional (as sadly most client don't require it). This indicates that
@@ -145,7 +143,9 @@ match the connected host (or else you'll get a warning or error or
.I "-sv private.key"
The private key file. The key (1024 bits RSA key pair) will be
automatically generated if the specified file isn't present.
-pollux.cer. The created SSL certificate for your host.
+.TP
+.I "pollux.cer"
+The SSL certificate to be created for your host.
.SH KNOWN RESTRICTIONS
Compared to the Windows version some options aren't supported (-$, -d, -l,
-nscp, -is, -sc, -ss). Also PVK files with passwords aren't supported.