make 🙈

This commit is contained in:
f 2020-11-12 12:29:39 -03:00
parent 1e5662c17c
commit db52bd0ea4

View File

@ -53,7 +53,7 @@ domain/%.crt:
ca: $(ca_key) $(ca_crt) ## Generate the CA keypair
install-ca: $(ca_crt) ## Install the CA on system
ifeq($(ID_LIKE),debian)
ifeq ($(ID_LIKE),debian)
sudo install -Dm 644 $< /usr/share/ca-certificates/extra/sutty.crt
sudo dpkg-reconfigure -a ca-certificates
sudo update-ca-certificates