certutil
Manage keys and certificates in both NSS databases and other NSS tokens. More information: <https://manned.org/certutil>.
RUN apt-get update && \
apt-get install -y libnss3-tools
RUN apt-get update && \
apt-get install -y libnss3-tools
RUN apk add nss
RUN pacman -S --noconfirm nss
RUN apt-get update && \
apt-get install -y libnss3-tools
RUN yum install -y nss-tools
RUN dnf install -y nss-tools
RUN apt-get update && \
apt-get install -y libnss3-tools