Wechseln zu:Navigation, Suche
Wiki
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
| cert get||Auflistung aller Zertifikate || cert get
| 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 "myCA" country "DE" state "NDS" location "LG" organization "SP" organization_unit "SP" email mail@test.local
| 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 set||Editieren eines bestehenden Zertifikates  || cert set id 215 email info@test.local

Version vom 15. Oktober 2015, 12:11 Uhr


Vorlage:V11

cert

Befehl Beschreibung Beispiel
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 Setzen von Erweiterungen cert extension add id "151" ext_name "Netscape Cert Type" ext_value "SSL Server"