How to install FiloSottile/mkcert. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
FiloSottile/mkcert Installation Guide
How to install FiloSottile/mkcert. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for FiloSottile/mkcert. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i FiloSottile/mkcertor
Install via npx
npx @hexmos/ipm i FiloSottile/mkcertPrerequisites
Go
build_toolVersion: >1.13
Homebrew
package_managerVersion: latest
nss-tools
system_toolVersion: latest
certutil
system_toolVersion: latest
npm
package_managerVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS (Homebrew)
brew install mkcert
brew install nssmacOS (MacPorts)
sudo port selfupdate
sudo port install mkcert
sudo port install nssLinux (APT/yum)
sudo apt install libnss3-tools
sudo yum install nss-tools
sudo pacman -S nssLinux (Certutil)
certutilWindows (Chocolatey)
choco install mkcertWindows (Scoop)
scoop bucket add extras
scoop install mkcertWindows (Pre-built binaries)
curl -JLO 'https://dl.filippo.io/mkcert/latest?for=linux/amd64'
chmod +x mkcert-v*-linux-amd64
sudo cp mkcert-v*-linux-amd64 /usr/local/bin/mkcertWindows (Source)
git clone https://github.com/FiloSottile/mkcert && cd mkcert
go build -ldflags '-X main.Version=$(git describe --tags)' Post Installation Steps
- Start the server using `npm start`.
- Run database migrations with `npx db:migrate`.
