Skip to content

Commit b856eb0

Browse files
committed
Arch Linux Certificates Customization - 2
1 parent a1e36c7 commit b856eb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

certificates/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ remove-root-certificate: ## removes the certificate from the host system
8484
$(if $(IS_OSX), \
8585
sudo security remove-trusted-cert -d rootca.crt; \
8686
, \
87-
sudo rm -f /usr/local/share/ca-certificates/osparc.crt; \
88-
sudo update-ca-certificates -f; \
87+
sudo rm -f /etc/ca-certificates/trust-source/anchors/osparc.crt; \
88+
sudo trust extract-compat; \
89+
sudo systemctl restart docker; \
8990
) \
9091
)

0 commit comments

Comments
 (0)