From ffa35427876bd71e1e39050fc2dfc738128b8438 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 8 Dec 2015 10:09:04 +0100 Subject: [PATCH] chmod +x import-account.pl --- README.md | 2 +- import-account.pl | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 import-account.pl diff --git a/README.md b/README.md index 5c0b3e1..fcf6cab 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This perl-script can be used to import the account key from the original letsenc You should copy `private_key.json` to the same directory as the script. The json-file can be found in a subdirectory of `/etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory`. -Usage: `perl import-account.pl` +Usage: `./import-account.pl` ### import-certs.sh diff --git a/import-account.pl b/import-account.pl old mode 100644 new mode 100755