forked from mdbraber/acme.sh-debian
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dev] new release of acme.sh, renaming of package, and a lot of other…
… changes, see debian/chanbgelog
- Loading branch information
Showing
15 changed files
with
115 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
debian/tmp/ | ||
debian/.debhelper/ | ||
debian/acme-sh/ | ||
debian/debhelper-build-stamp | ||
debian/files | ||
debian/acme-sh.debhelper.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,3 @@ | |
#NO_TIMESTAMP=1 | ||
LOG_FILE="/var/log/acme.sh/acme.sh.log" | ||
CERT_HOME="$LE_CONFIG_HOME/cert" | ||
ACCOUNT_KEY_PATH="$LE_CONFIG_HOME/account.key" | ||
ACCOUNT_EMAIL="[email protected]" | ||
ACMEPROXY_ENDPOINT="https://acmeproxy.mdbraber.net" | ||
|
||
Le_DNSSleep=120 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
# Renew all certificates obtained by root and located in /etc/acme.sh | ||
0 15 * * * /usr/bin/acme.sh --cron --home "/etc/acme.sh/" > /dev/null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/usr/bin | ||
/etc/acme.sh | ||
/etc/ssl/acme.sh | ||
/usr/lib/acme.sh | ||
/var/log/acme.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
case "$1" in | ||
configure) | ||
# Remove all existing alias | ||
sed -i -e '/^alias acme\.sh="acme\.sh --home /etc/acme\.sh"$/d' /root/.bashrc | ||
# Insert the updated line | ||
echo 'alias acme.sh="acme.sh --home /etc/acme.sh"' >> /root/.bashrc | ||
# Source it now | ||
alias acme.sh="acme.sh --home /etc/acme.sh" | ||
;; | ||
esac | ||
|
||
#DEBHELPER# | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
case "$1" in | ||
remove) | ||
# Remove all existing alias | ||
sed -i -e '/^alias acme\.sh="acme\.sh --home /etc/acme\.sh"$/d' /root/.bashrc | ||
;; | ||
esac | ||
|
||
#DEBHELPER# | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
misc:Depends= | ||
misc:Pre-Depends= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
acme-sh (3.0.1-1) stable; urgency=medium | ||
|
||
* Upgrade to acme.sh 3.0.1 | ||
* Change the download to the new "acmesh-official" url & repository | ||
* Add a License (GPL-v3) similar to acme.sh one. | ||
* Replace the sourcing of acme.sh in /root/.bashrc by an alias | ||
* Remove mdraber-specific default configuration | ||
* Fix dependency to wget | curl | ||
* Renaming of the package to follow debian convention | ||
|
||
-- Benjamin Sonntag <[email protected]> Thu, 7 Oct 2021 12:03:12 +0200 | ||
|
||
acme.sh (0.1-2) stable; urgency=medium | ||
|
||
* Fixed global install | ||
* Fixed global install | ||
|
||
-- Maarten den Braber <[email protected]> Sat, 11 May 2019 22:54:56 +0200 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
Source: acme.sh | ||
Maintainer: Maarten den Braber <[email protected]> | ||
Build-Depends: debhelper (>= 9), lsb-release, wget, dpkg-dev | ||
Source: acme-sh | ||
Maintainer: Benjamin Sonntag <[email protected]> | ||
Build-Depends: debhelper (>= 10), lsb-release, wget | ||
Standards-Version: 4.3.0 | ||
|
||
Package: acme.sh | ||
Package: acme-sh | ||
Architecture: any | ||
Description: A pure Unix shell script implementing ACME client protocol | ||
Description: Unix shell script implementing ACME client protocol | ||
acme.sh is an ACME API client that can be used to get SSL/TLS certificates | ||
from various ACME-compliant Certificate Authorities | ||
such as Zerossl or Letsencrypt | ||
Priority: optional | ||
Section: web | ||
Depends: wget | curl, | ||
${misc:Depends} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: acme.sh | ||
Source: https://github.com/acmesh-official/acme.sh | ||
Files: * | ||
Copyright: © 2016-2021 Neilpang. | ||
License: GPL-3+ | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 3, or (at your option) | ||
any later version. | ||
. | ||
This program is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
General Public License for more details. | ||
. | ||
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
. | ||
On Debian systems, the complete text of the GNU General Public License | ||
can be found in /usr/share/common-licenses/GPL-3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters