January 2020
Intermediate to advanced
530 pages
11h 11m
English
Follow these steps:
To install certutil, run the following command:
$ sudo apt-get install -y libnss3-tools
To install mkcert, run the following commands:
mkdir mkcertcd mkcertwget https://github.com/FiloSottile/mkcert/releases/download/v1.1.2/mkcert-v1.1.2-linux-amd64mv mkcert-v1.1.2-linux-amd64 mkcertchmod +x mkcert
The preceding commands will create a directory called mkcert, download the binary from GitHub, and create an executable called mkcert for issuing self-signed certificates. Make sure you download the binary version for your OS. ...
Read now
Unlock full access