]> Raphaël G. Git Repositories - acme/blobdiff - acmeconf.1
Add last raw file
[acme] / acmeconf.1
diff --git a/acmeconf.1 b/acmeconf.1
deleted file mode 100644 (file)
index 4fdc92a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-.\" Manpage for acmeconf.
-.\" Contact acme@rapsys.eu to correct errors or typos.
-.TH man 1 "05 Apr 2017" "0.7" "acmeconf man page"
-.SH NAME
-acmeconf \- create a new configuration template
-.SH SYNOPSIS
-acmeconf [-(r|-redhat|d|-debian)] [example.com[,www.example.com,...]] [...]
-.SH DESCRIPTION
-acmeconf is a basic script generating a template configuration for generating letsencrypt certificate.
-.SH OPTIONS
-The acmeconf takes options.
-
-Use -r or --redhat directive for a distribution using redhat certificate path (/etc/pki/tls).
-
-Use -d or --debian for a distribution using debian like certificate base path (/etc/ssl).
-
-These directives can be followed by domain and alternative(s) domain(s) list each separated by a coma, the first one of the list will be used as principal domain name.
-.SH EXAMPLE 1
-.TP
-.B acmeconf -r example.com,www.example.com,ssl.example.com > /etc/acme/config
-will generate redhat like template configuration file for example.com as principal domain and www.example.com with ssl.example.com as alternatives domains.
-.SH EXAMPLE 2
-.TP
-.B acmeconf -r example.com,www.example.com -r webmail.example.com,imap.example.com,smtp.example.com | sudo tee /etc/acme/config
-will generate redhat like template configuration file for example.com as principal domain and www.example.com with ssl.example.com as alternatives domains and an other one for the mail.example.com domain with example.com and smtp.example.com as alternatives domain.
-.SH SEE ALSO
-acmecron(1),acmecert(1)
-.SH BUGS
-No known bugs.
-.SH AUTHOR
-Raphaël Gertz (rapsys) <acme@rapsys.eu>