debian 👻

This commit is contained in:
f 2020-11-12 12:31:02 -03:00
parent db52bd0ea4
commit 5c63f7511f

View File

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