]> Raphaël G. Git Repositories - acme/commitdiff
Rename man pages
authorRaphaël Gertz <git@rapsys.eu>
Sun, 19 Apr 2020 12:36:35 +0000 (14:36 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 19 Apr 2020 12:36:35 +0000 (14:36 +0200)
acmecert.1 [deleted file]
acmeconf.1 [deleted file]
acmecron.1 [deleted file]

diff --git a/acmecert.1 b/acmecert.1
deleted file mode 100644 (file)
index 81bf2d8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-.\" Manpage for acmecert.
-.\" Contact acme@rapsys.eu to correct errors or typos.
-.TH man 1 "20 Jun 2017" "0.8" "acmecert man page"
-.SH NAME
-acmecert \- generate all certificate listed in configuration file or provided subset
-.SH SYNOPSIS
-acmecert [-d] [-(c|-config)[=acme.config]] [example.com] [...]
-.SH DESCRIPTION
-acmecert is a basic script generating all certificate listed in configuration.
-.SH OPTIONS
-The acmecert script takes one option.
-
-Use -d for debug directive.
-.SH SEE ALSO
-acmeconf(1),acmecron(1)
-.SH BUGS
-No known bugs.
-.SH AUTHOR
-Raphaël Gertz (rapsys) <acme@rapsys.eu>
diff --git a/acmeconf.1 b/acmeconf.1
deleted file mode 100644 (file)
index beda4b5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-.\" Manpage for acmeconf.
-.\" Contact acme@rapsys.eu to correct errors or typos.
-.TH man 1 "20 Jun 2017" "0.8" "acmeconf man page"
-.SH NAME
-acmeconf \- create a new configuration template
-.SH SYNOPSIS
-acmeconf [-(r|-redhat|d|-debian)] [example.com[,www.example.com,...]] [-(t|-term)[=https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf]] [...] > /etc/acme/config
-.SH DESCRIPTION
-acmeconf is a basic script generating a template configuration for generating letsencrypt certificate.
-.SH OPTIONS
-The acmeconf script takes multiple 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.
-
-Use -t or --term for letsencrypt license agreement.
-.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>
diff --git a/acmecron.1 b/acmecron.1
deleted file mode 100644 (file)
index db610c6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-.\" Manpage for acmecron.
-.\" Contact acme@rapsys.eu to correct errors or typos.
-.TH man 1 "20 Jun 2017" "0.8" "acmecron man page"
-.SH NAME
-acmecron \- generate all certificate listed in configuration file or provided subset if required
-.SH SYNOPSIS
-acmecron [-d] [-(c|-config)[=acme.config]] [example.com] [...]
-.SH DESCRIPTION
-acmecron is a basic script generating all certificate listed in configuration if not present or older than 60 days.
-.SH OPTIONS
-The acmecron script takes one option.
-
-Use -d for debug directive.
-.SH SEE ALSO
-acmeconf(1),acmecert(1)
-.SH BUGS
-No known bugs.
-.SH AUTHOR
-Raphaël Gertz (rapsys) <acme@rapsys.eu>