aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-03-27 18:25:52 +0300
committerGuilhem Moulin <guilhem@fripost.org>2016-03-27 18:25:52 +0300
commitd038f67d1e075010d36272595ea845e2f57e55ac (patch)
treedfff9fc929b15856180edf66c5026d870382ac0b /Makefile
parentdb187455ab02d725149a2ce0d5b9b1fb23d1de3c (diff)
Install LE X[34] intermediate CA.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5df5627..7fd32f8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ install:
install -d $(DESTDIR)/etc/letsencrypt-tiny
install -m0644 -t $(DESTDIR)/etc/letsencrypt-tiny config/*.conf
install -d $(DESTDIR)/usr/share/letsencrypt-tiny
- install -m0644 -t $(DESTDIR)/usr/share/letsencrypt-tiny lets-encrypt-x[12]-cross-signed.pem
+ install -m0644 -t $(DESTDIR)/usr/share/letsencrypt-tiny lets-encrypt-x[1-4]-cross-signed.pem
install -d $(DESTDIR)/usr/lib/letsencrypt-tiny
install -m0755 -t $(DESTDIR)/usr/lib/letsencrypt-tiny client webserver
install -d $(DESTDIR)/usr/share/man/man1