certutil

Manage keys and certificates in both NSS databases and other NSS tokens. More information: <https://manned.org/certutil>.

Debian Debian
RUN apt-get update && \ apt-get install -y libnss3-tools
Ubuntu
RUN apt-get update && \ apt-get install -y libnss3-tools
Alpine
RUN apk add nss
Arch Arch Linux
RUN pacman -S --noconfirm nss
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libnss3-tools
CentOS
RUN yum install -y nss-tools
Fedora
RUN dnf install -y nss-tools
Raspbian
RUN apt-get update && \ apt-get install -y libnss3-tools
click the source code to copy install certutil on any operating system with command-not-found.com