diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-27 18:25:52 +0300 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-27 18:25:52 +0300 |
commit | d038f67d1e075010d36272595ea845e2f57e55ac (patch) | |
tree | dfff9fc929b15856180edf66c5026d870382ac0b | |
parent | db187455ab02d725149a2ce0d5b9b1fb23d1de3c (diff) |
Install LE X[34] intermediate CA.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |