We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e36c7 commit b856eb0Copy full SHA for b856eb0
certificates/Makefile
@@ -84,7 +84,8 @@ remove-root-certificate: ## removes the certificate from the host system
84
$(if $(IS_OSX), \
85
sudo security remove-trusted-cert -d rootca.crt; \
86
, \
87
- sudo rm -f /usr/local/share/ca-certificates/osparc.crt; \
88
- sudo update-ca-certificates -f; \
+ sudo rm -f /etc/ca-certificates/trust-source/anchors/osparc.crt; \
+ sudo trust extract-compat; \
89
+ sudo systemctl restart docker; \
90
) \
91
)
0 commit comments