Create Locally Trusted SSL Certificates with mkcert on Ubuntu

Аватар автора
Реакт Марафон
In this tutorial, you will learn how to create locally trusted SSL certificates with mkcert on Ubuntu 20.04. mkcert is a simple zero-config tool that is used to make locally trusted development certificates. It automatically creates and installs a local CA in the system root store, and generates locally-trusted certificates. Steps sudo apt install libnss3-tools -y sudo cp mkcert-v1.4.4-linux-amd64 /usr/local/bin/mkcert sudo chmod +x /usr/local/bin/mkcert mkcert -install mkcert -CAROOT sudo update-ca-certificates UPDATE NGINX ssl_certificate UPDATE CHROME ssl_certificate

0/0


0/0

0/0

0/0