~ubuntu-branches/ubuntu/wily/ssl-cert/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH make-ssl-cert 8
.SH NAME
make-ssl-cert - Debconf wrapper for openssl
.SH SYNOPSIS
.B make-ssl-cert
\fItemplate\fR \fIoutput-certificate\fR [\fI\-\-force\-overwrite\fR]
.br
.SH "DESCRIPTION"
make-ssl-cert is a simple debconf to openssl wrapper.
It requires a source template (Ex: /usr/share/ssl-cert/ssleay.cnf)
and it will place the new generated certificate in the specified
output file.
.SH OPTIONS
A summary of options are included below.
.TP
.B \-\-force\-overwrite
Use this option
.B ONLY
when strictly required since it will overwrite the output certificate.
.SH "SEE ALSO"
.IR "openssl" (1)
.SH AUTHOR
The program author is Thom May <thom@debian.org>, manual
page was written for completness by Fabio M. Di Nitto
<fabbione@fabbione.net>, for the Debian GNU/Linux system
(but may be used by others).