-bash: certutil: command not found

certificate, linux

Solution

apt-get update       
apt-get install libnss3-tools

This should install the required libraries.

Problem

I have a Debian GNU buld on a Raspberry PI. I am trying to install cerficates for a website. Most forums talk about needing CertUtil. But that command is not recognised. A Google reveals no similar issues.

Original source