From 91073adca17aedab93ced9da97a120f480896dc9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 6 Nov 2018 17:13:12 +0100 Subject: [PATCH] No reason to restrict read access to the challenge dir And now it can work with nginx too --- dehydrated.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dehydrated.spec b/dehydrated.spec index 88f10af..51889d0 100644 --- a/dehydrated.spec +++ b/dehydrated.spec @@ -151,7 +151,7 @@ fi %attr(0755,root,root) %{_bindir}/%{name} %attr(0755,root,root) %{_bindir}/dehydrated_hooks %attr(0755,root,root) %{_bindir}/dehydrated_revoke -%dir %attr(0750,root,apache) %{_localstatedir}/lib/%{name}/challenges +%dir %attr(0755,root,root) %{_localstatedir}/lib/%{name}/challenges %dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates %changelog