diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ install-ca: install-cb: install -D -m0755 -t $(DESTDIR)$(BINDIR) rotate-keys install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki etc/cb.conf server-ssl.conf + install -d -m0700 -o http -g http -t $(DESTDIR)$(ETCDIR)/simple-pki/cb install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system rotate-keys.service rotate-keys.timer clean: |