Zertifikate mit certutil (Teil 1)

Zertikatsdatenbank im aktuellen verzeichnis erstellen

certutil -N -d .
The password should be at least 8 characters long,
and should contain at least one non-alphabetic character.

Enter new password: XXXXX

Selbstsigniertes (-x) Zertifikat mit einer Gültigkeit von 120 Monaten (-v 120) anlegen

certutil -S -d . -n www.home.leppa.de -s "CN=www.home.leppa.de,OU=home,O=home,L=Dresden,ST=Sachsen,C=de" -t u,u,u -x -v 120

CA Certifikat importieren

certutil -A -n "Equifax Secure Global eBusiness CA-1" -t "CT,C,C" -a -i rapidssl2.pem -d .

Zertifikat exportieren

certutil -L -d . -n calendar -a > celendar.pem