Wechseln zu:Navigation, Suche
Wiki


Vorlage:V11

cert

Befehl Beschreibung Beispiel
ab Version 11.6
cert unrevoke Wiederherstellen eines widerrufenen Zertifikates cert unrevoke id 207
cert delete key Entfernt den privaten Schlüssel aus einem Zertifikat cert delete key id 207
cert delete crl Entfernt die importierte CRL (Certificate Revokation List) von einem Zertifikat cert delete crl id 207
In Version 11.6 als auch in älteren Versionen verwendbar
cert get Auflistung aller Zertifikate cert get
cert new Erstellen eines neuen Zertifikates cert new name "myCert" common_name "myCert" bits "1024" valid_since "2012-12-29-00-00-00" valid_till "2013-12-31-23-59-59" issuer_id "2" country "DE" state "NDS" location "LG" organization "SP" organization_unit "SP" email mail@test.local
cert set Editieren eines bestehenden Zertifikates cert set id 215 email info@test.local
cert revoke Wiederrufen eines Zertifikates cert revoke id 215
cert export x509 Export eines Zertifikates(Private- + Publickey) cert export x509 id 215
cert export privatekey Export eines Zertifikates(nur Privatekey) cert export privatekey id 215
cert export crl Export der CRL cert export crl id 161
cert export pkcs12 Export eines Zertifikates (PKCS12) cert export pkcs12 id "215" password insecure
cert import Import eines Zertifikates -- Diese Funktion steht aktuell nicht direkt über das CLI zur Verfügung --
cert extension add Setzen von Erweiterungen cert extension add id "151" ext_name "Netscape Cert Type" ext_value "SSL Server"