- create a new certificate with
certutil
command:certutil -S \ -s "CN=[ your full name ],O= [ Business or School ],OU=[ Deparment or position ],L= [ Location ],ST=[ State ],C= [ Country code ],E= [ your email ]" \ -g 2048 \ -d sql:$HOME/.pki/nssdb \ -n [ new name of certificate ] \ -x \
-t "Cu,Cu,Cu" \