aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-09-13 15:13:34 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-09-13 15:23:44 +0200
commit6599db656e097d8eb22921d2c2ce3451c8147563 (patch)
tree2b04a44ba67b088e0c62ac364c75b72ef928b8a9 /.gitignore
parent36f66056a4ddbba8f300ef2fd15955e292e2755f (diff)
downloadacmeman-6599db656e097d8eb22921d2c2ce3451c8147563.tar.gz
acmeman-6599db656e097d8eb22921d2c2ce3451c8147563.tar.bz2
Rewrite
This patch introduces acmeman configuration file, which can be used to direct its action if a server other than Apache is used. It also can be instructed to store certificate, certificate chain, and certificate key in a single file, instead of three different ones. This can be used with such servers as pound(8). In the absense of a configuration file, the program operates as in previous versions. * MANIFEST: Update. * Makefile.PL: Update. * Changes: Update. * acmeman: Use configuration file if present. Apache configuration remains as a default source of TLS domains. Configuration file can override or complement it. * lib/App/Acmeman/Domain.pm: New file. * lib/App/Acmeman/Config.pm: New file. * lib/App/Acmeman/Source/Apache.pm: New file. * lib/App/Acmeman/Apache/Layout.pm: New file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 24cd9e0..1bf5703 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
.emacs*
*~
+*.bak
/MYMETA.json
/MYMETA.yml
Makefile

Return to:

Send suggestions and report system problems to the System administrator.