sudo apt-get update -y
sudo apt-get install wget libnss3-tools -y
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64
sudo cp mkcert-v1.4.3-linux-amd64 /usr/local/bin/mkcert
sudo chmod +x /usr/local/bin/mkcert
mkcert -installchoco install mkcert -y
mkcert -installbrew install mkcert
mkcert -installNote: If installation fails due to macOS security restrictions, run the following command and try again: xattr -cr ~/oslo