]> Raphaël G. Git Repositories - acme/blobdiff - acmeconf
Add man page documentation
[acme] / acmeconf
similarity index 94%
rename from letsconf
rename to acmeconf
index cc0f0774c32436220c1cc7a74ad7b8c979a2f953..c5b9134e382e8088282101c135806263484c7a24 100755 (executable)
--- a/letsconf
+++ b/acmeconf
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2016 - 2017 Raphaël Gertz <acmepl@rapsys.eu>
+# Copyright (C) 2016 - 2017 Raphaël Gertz <acme@rapsys.eu>
 
 # Best practice
 use strict;
 
 # Best practice
 use strict;
@@ -26,9 +26,6 @@ use Tie::IxHash;
 # Load POSIX
 use POSIX qw(EXIT_SUCCESS EXIT_FAILURE);
 
 # Load POSIX
 use POSIX qw(EXIT_SUCCESS EXIT_FAILURE);
 
-# XXX: Debug
-use Data::Dumper;
-
 # Init redhat
 my @redhat = ();
 
 # Init redhat
 my @redhat = ();
 
@@ -91,6 +88,9 @@ for my $key (@redhat) {
                # Private key
                #XXX: required
                key => '/etc/pki/tls/private/'.$domain.'.pem',
                # Private key
                #XXX: required
                key => '/etc/pki/tls/private/'.$domain.'.pem',
+               # Private account key
+               #XXX: required
+               account => '/etc/acme/account.pem',
                # Mail address
                #XXX: required
                mail => 'webmaster@'.$domain,
                # Mail address
                #XXX: required
                mail => 'webmaster@'.$domain,
@@ -118,6 +118,9 @@ for my $key (@debian) {
                # Private key
                #XXX: required
                key => '/etc/ssl/private/'.$domain.'.key',
                # Private key
                #XXX: required
                key => '/etc/ssl/private/'.$domain.'.key',
+               # Private account key
+               #XXX: required
+               account => '/etc/acme/account.pem',
                # Mail address
                #XXX: required
                mail => 'webmaster@'.$domain,
                # Mail address
                #XXX: required
                mail => 'webmaster@'.$domain,