X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/acme/blobdiff_plain/e714f0566d12b8ad35c9e3768ed6a6f0f5236a9f..707fca91ce64b098f3bc55721f630b6822d48bd8:/acmecert.1?ds=inline diff --git a/acmecert.1 b/acmecert.1 new file mode 100644 index 0000000..cbacb9b --- /dev/null +++ b/acmecert.1 @@ -0,0 +1,31 @@ +.\" Manpage for acmecert. +.\" Contact acme@rapsys.eu to correct errors or typos. +.TH man 1 "05 Apr 2017" "0.7" "acmecert man page" +.SH NAME +acmecert \- generate a single certificate +.SH SYNOPSIS +acmecert [-(r|-redhat|d|-debian)] [example.com[,www.example.com,...]] [...] +.SH DESCRIPTION +acmecert is a basic script generating a single certificate based on parameters. +.SH OPTIONS +The acmecert takes options. + +Use -d for debug directive. + +Use -p for production mode. + +These directives require to be followed by an email address and the domain and alternative domain list. +.SH EXAMPLE 1 +.TP +.B acmecert -d webmaster@example.com example.com www.example.com ssl.example.com +will generate a certificate for example.com with www.example.com and ssl.example.com alternatives domains with debug mode active. +.SH EXAMPLE 2 +.TP +.B acmecert -p webmaster@example.com example.com www.example.com ssl.example.com +will generate a certificate for example.com with www.example.com and ssl.example.com alternatives domains with production mode active. +.SH SEE ALSO +acmecron(1),acmecert(1) +.SH BUGS +No known bugs. +.SH AUTHOR +Raphaël Gertz (rapsys)