Skip to content

Instantly share code, notes, and snippets.

@yurenchen000
Last active December 12, 2019 10:57
Show Gist options
  • Save yurenchen000/ca8618b184d731773941fa5ee568ce39 to your computer and use it in GitHub Desktop.
Save yurenchen000/ca8618b184d731773941fa5ee568ce39 to your computer and use it in GitHub Desktop.
tmp note
sudo ifconfig eth0 mtu 1200
sudo mkdir /usr/share/ca-certificates/_chen
sudo cp -pv ca.crt /usr/share/ca-certificates/_chen/
sudo dpkg-reconfigure ca-certificates
#这样 curl 就不用--cacert 的
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment