diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | etc/cb.conf (renamed from cb.conf) | 0 |
2 files changed, 2 insertions, 4 deletions
@@ -43,14 +43,12 @@ all: rotate-keys rotate-keys.service sign-ca sign-ca.service sign-request etc/ca install-ca: install -D -m0755 -t $(DESTDIR)$(BINDIR) sign-ca sign-request - install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki ca.conf - install -d -m0700 $(DESTDIR)$(ETCDIR)/simple-pki/keys + install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki etc/ca.conf etc/ca-ssl.conf install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system sign-ca.service sign-ca.timer install-cb: install -D -m0755 -t $(DESTDIR)$(BINDIR) rotate-keys - install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki cb.conf - install -d -m0700 $(DESTDIR)$(ETCDIR)/simple-pki/keys + install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki etc/cb.conf server-ssl.conf install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system rotate-keys.service rotate-keys.timer clean: |