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:
authorSebastien Pouliot <sebastien@ximian.com>2011-03-31 00:15:17 +0400
committerSebastien Pouliot <sebastien@ximian.com>2011-03-31 00:15:17 +0400
commitbf55818da11240bd108dc51b374fae3d3b5482ce (patch)
treeffeac28253c1d77736a30019a90d7457fc1b69ca /man/makecert.1
parent6f28145ab414805ea2088292a50b787028110c49 (diff)
Add -alt option to makecert to a subjectAltName extension
* man/makecert.1: Add documentation for -alt * mcs/tools/security/makecert.cs: Add (mono only!) -alt to support adding a subjectAltName extension in certificates. This allows to speficy (from a file) a list of DNS entries so a single X.509 certificate can be used/shared for SSL (like all the bots hosts)
Diffstat (limited to 'man/makecert.1')
-rw-r--r--man/makecert.18
1 files changed, 7 insertions, 1 deletions
diff --git a/man/makecert.1 b/man/makecert.1
index 006341ffd85..41284a47ae6 100644
--- a/man/makecert.1
+++ b/man/makecert.1
@@ -1,7 +1,7 @@
.\"
.\" makecert manual page.
.\" Copyright 2003 Motus Technologies
-.\" Copyright 2004-2005 Novell
+.\" Copyright 2004-2005, 2011 Novell
.\" Author:
.\" Sebastien Pouliot (sebastien@ximian.com)
.\"
@@ -104,6 +104,12 @@ applicable for certificates that have BasicConstraint set to Authority (-cy
authority). This is used to limit the chain of certificates than can be
issued under this authority.
.TP
+.I "-alt filename"
+Add a subjectAltName extension to the certificate. Each line from 'filename'
+will be added as a DNS entry of the extension. This option is useful if you
+want to create a single SSL certificate to work on several hosts that do not
+share a common domain name (i.e. CN=*.domain.com would not work).
+.TP
.I "-eku oid[,oid]"
Add some extended key usage OID to the certificate.
.TP