1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.4 |
%define version 0.5 |
3 |
%define release 1 |
%define release 13 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
URL: https://letsencrypt.org/ |
URL: https://letsencrypt.org/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
|
Patch0: smeserver-letsencrypt-remove-debug-lines.patch |
13 |
|
Patch1: smeserver-letsencrypt-remove-licence.patch |
14 |
|
Patch2: smeserver-letsencrypt-log-to-file.patch |
15 |
|
Patch3: smeserver-letsencrypt-API1-URL-change.patch |
16 |
|
Patch4: smeserver-letsencrypt-fix-logging.patch |
17 |
|
Patch5: smeserver-letsencrypt-fix-logging-reverse.patch |
18 |
|
Patch6: smeserver-letsencrypt-fix-acme-v01-url.patch |
19 |
|
Patch7: smeserver-letsencrypt-fix-hook-entry.patch |
20 |
|
Patch8: smeserver-letsencrypt-change-cron-entry.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
25 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 9.0 |
26 |
Requires: dehydrated >= 0.3.1 |
Requires: dehydrated >= 0.6.5 |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%description |
%description |
31 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Mon Mar 09 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-13.sme |
35 |
|
- remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] |
36 |
|
|
37 |
|
* Sat Jan 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-12.sme |
38 |
|
- forgot to remove template-begin and cron.daily dir [SME: 10862] |
39 |
|
|
40 |
|
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-11.sme |
41 |
|
- force required version to 0.6.5 for EPEL version |
42 |
|
- Add new cron template for EPEL version of dehydrated [SME: 10862] |
43 |
|
|
44 |
|
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-10.sme |
45 |
|
- Fix incorrect HOOK entry in config [SME: 10861] |
46 |
|
|
47 |
|
* Fri Jan 04 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-9.sme |
48 |
|
- Fix incorrect CA line in config [SME: 10688] |
49 |
|
|
50 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-8.sme |
51 |
|
- Reverse my previous error [SME: 10681] |
52 |
|
|
53 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7.sme |
54 |
|
- fix spec file numbering |
55 |
|
|
56 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-6.sme |
57 |
|
- Fix typo error in cron.daily [SME: 10681] |
58 |
|
|
59 |
|
* Sun Dec 23 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5.sme |
60 |
|
- Fix changed V1 staging URL [SME: 10595] |
61 |
|
- Thanks Terry Fage |
62 |
|
|
63 |
|
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
64 |
|
- log to file rather than /dev/null [SME: 10412] |
65 |
|
|
66 |
|
* Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
67 |
|
- remove Licence key from config template [SME:10636] |
68 |
|
|
69 |
|
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
70 |
|
- remove debug print lines |
71 |
|
|
72 |
|
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme |
73 |
|
- Update to v2 API [SME:10595] |
74 |
|
- Add key letsencrypt hostOverride to ignore 'Self' host check |
75 |
|
- This requires v0.6 of dehydrated |
76 |
|
|
77 |
|
* Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
78 |
|
- Fix missing event actions [SME: 10315] |
79 |
|
|
80 |
|
* Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
81 |
|
- Fix typo in Accept Terms |
82 |
|
- add domain-delete to createlinks [SME: 10315] |
83 |
|
- Update requires release to SME v9 |
84 |
|
- Update requires dehydrated to v0.5 |
85 |
|
|
86 |
|
* Fri Aug 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-4.sme |
87 |
|
- change ACCEPT_TERMS template position to appear after shebang in config file [SME: 10410] |
88 |
|
|
89 |
|
* Wed Jul 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-3.sme |
90 |
|
- remove workaround for curl dns resolution [SME: 10300] |
91 |
|
- should be corrected at dnscache level (djbdns-1.05-10) |
92 |
|
|
93 |
|
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-2.sme |
94 |
|
- help accept licence [SME: 10253] |
95 |
|
- workaround for curl issues |
96 |
|
- spec tidying |
97 |
|
|
98 |
* Sat Feb 04 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-1 |
* Sat Feb 04 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-1 |
99 |
- first attempt at using stock letsencrypt script |
- first attempt at using stock letsencrypt script |
100 |
|
|
219 |
|
|
220 |
%prep |
%prep |
221 |
%setup |
%setup |
222 |
|
%patch0 -p1 |
223 |
|
%patch1 -p1 |
224 |
|
%patch2 -p1 |
225 |
|
%patch3 -p1 |
226 |
|
%patch4 -p1 |
227 |
|
%patch5 -p1 |
228 |
|
%patch6 -p1 |
229 |
|
%patch7 -p1 |
230 |
|
%patch8 -p1 |
231 |
|
|
232 |
%build |
%build |
233 |
perl createlinks |
perl createlinks |
252 |
%preun |
%preun |
253 |
|
|
254 |
%post |
%post |
255 |
if [[ ! -e /etc/letsencrypt.sh ]]; |
# if previously installed letsencrypt.sh, but first migration to dehydrated |
256 |
then mv -f /etc/letsencrypt.sh /etc/letsencrypt.sh.old; |
if [[ -e /etc/letsencrypt.sh ]] && [[ ! -e /etc/dehydrated ]]; |
257 |
|
then |
258 |
|
# assume in production |
259 |
|
# CA="https://acme-v01.api.letsencrypt.org/directory" ; |
260 |
|
# CAHASH="$(echo "${CA}" | urlbase64)" |
261 |
|
# mkdir /etc/dehydrated; |
262 |
|
# mkdir -p /etc/dehydrated/accounts |
263 |
|
# cp -a /etc/letsencrypt.sh/private_key.json /etc/dehydrated/accounts/${CAHASH}/registration_info.json |
264 |
|
# cp -a /etc/letsencrypt.sh/private_key.pem /etc/dehydrated/accounts/${CAHASH}/account_key.pem |
265 |
|
# cp -a /etc/letsencrypt.sh/certs /etc/dehydrated/ |
266 |
|
mv -f /etc/letsencrypt.sh /etc/letsencrypt.sh.old; |
267 |
fi |
fi |
268 |
|
|
269 |
|
# if letsencrypt still there but already migrated to dehydrated |
270 |
|
if [[ -e /etc/letsencrypt.sh ]] && [[ -e /etc/dehydrated/certs ]]; |
271 |
|
then |
272 |
|
mv -f /etc/letsencrypt.sh /etc/letsencrypt.sh.old; |
273 |
|
fi |
274 |
|
|
275 |
|
# if first installation of dehydrated |
276 |
if [[ ! -e /etc/dehydrated ]]; |
if [[ ! -e /etc/dehydrated ]]; |
277 |
then mkdir /etc/dehydrated; |
then mkdir /etc/dehydrated; |
278 |
fi |
fi |
289 |
then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig; |
then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig; |
290 |
fi |
fi |
291 |
|
|
292 |
|
if [[ -d /etc/cron.daily/letsencrypt ]]; |
293 |
|
then rm -rf /etc/cron.daily/letsencrypt; |
294 |
|
fi |
295 |
|
|
296 |
|
if [[ -d /etc/e-smith/templates/etc/cron.daily/letsencrypt ]]; |
297 |
|
then rm -rf /root/etc/e-smith/templates/etc/cron.daily/letsencrypt |
298 |
|
fi |
299 |
|
|
300 |
if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]]; |
if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]]; |
301 |
then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge; |
then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge; |
302 |
fi |
fi |
305 |
chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known |
chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known |
306 |
|
|
307 |
|
|
|
echo "###################################################################" |
|
|
echo "" |
|
|
echo "************************************************************" |
|
|
echo " NOTE ! letsencrypt.sh has had to be renamed to 'dehydrated'" |
|
|
echo "************************************************************" |
|
|
echo "" |
|
|
echo "# After install please set your db keys" |
|
|
echo "# Make sure you set the letsencrypt status key to test" |
|
|
echo "# Enable some domains or hosts" |
|
|
echo "# Then run the following" |
|
|
echo "# signal-event console-save" |
|
|
echo "# dehydrated -c" |
|
|
echo "# Once you are satisfied set the letsencrypt status key to enabled" |
|
|
echo "# mv /etc/dehydrated/private_key.pem /etc/dehydrated/private_key.test" |
|
|
echo "# Run the dehydrated file again to generate your keys" |
|
|
echo "# signal-event console-save" |
|
|
echo "# dehydrated -c -x" |
|
|
echo "# Thereafter only use" |
|
|
echo "# dehydrated -c" |
|
|
echo "# If you make any key changes run console-save first" |
|
|
echo "###################################################################" |
|
308 |
|
|
309 |
%postun |
%postun |