Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

manually export and trust the root certificate ubuntu 20.04 code example

Example: , you need to import the CA certificate in ~/.valet/CA into Ubuntu's certificate store.

sudo mkdir /usr/local/share/ca-certificates/extra
sudo cp root.cert.pem /usr/local/share/ca-certificates/extra/root.cert.crt
sudo update-ca-certificates

Tags:

Shell Example

Related

sqlite insert or update if exists code example react componentdid change code example can we make web pages using dart with html css code example array in rust code example data attribute vs queryselector code example flake8 set max line length code example pandas boxplot figsize code example export composer memory limit code example insert bulk data in mysql code example string lenght in scala code example how to break for loop in js code example how to check if the value is a number in javascript code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy