diff --git a/ExportCert_UI.ui b/ExportCert_UI.ui index 91b4f42b..b404f49d 100644 --- a/ExportCert_UI.ui +++ b/ExportCert_UI.ui @@ -17,7 +17,7 @@ caption - Cerificate export + Certificate export diff --git a/MainWindow.cpp b/MainWindow.cpp index a49c33d4..236e0d6b 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -51,7 +51,6 @@ #include "MainWindow.h" - QPixmap *MainWindow::keyImg = NULL, *MainWindow::csrImg = NULL, *MainWindow::certImg = NULL, *MainWindow::tempImg = NULL, *MainWindow::nsImg = NULL, *MainWindow::revImg = NULL, diff --git a/MainWindowX509.cpp b/MainWindowX509.cpp index 41d22596..c2bdc8f0 100644 --- a/MainWindowX509.cpp +++ b/MainWindowX509.cpp @@ -1099,7 +1099,9 @@ void MainWindow::setTemplate() void MainWindow::genCrl() { QStringList filt; + QList list; pki_x509 *cert = (pki_x509 *)certs->getSelectedPKI(); + pki_x509 *issuedcert = NULL; if (!cert) return; if (cert->getKey()->isPubKey()) return; filt.append(tr("CRLs ( *.crl )")); @@ -1117,9 +1119,17 @@ void MainWindow::genCrl() s = QDir::convertSeparators(s); try { pki_crl *crl = new pki_crl(cert->getDescription(), cert); - certs->assignClients(crl); + + list = certs->getIssuedCerts(cert); + if (!list.isEmpty()) { + for ( issuedcert = list.first(); issuedcert != NULL; issuedcert = list.next() ) { + if (issuedcert->isRevoked() ) { + crl->addRevoked(issuedcert); + } + } + } crl->addV3ext(NID_authority_key_identifier,"keyid,issuer"); - //crl->addV3ext(NID_issuer_alt_name,"issuer:copy"); + crl->addV3ext(NID_issuer_alt_name,"issuer:copy"); crl->sign(cert->getKey()); crl->writeCrl(s.latin1()); cert->setLastCrl(crl->getDate()); diff --git a/ReqDetail.ui b/ReqDetail.ui index fdb533d2..5d21ebcd 100644 --- a/ReqDetail.ui +++ b/ReqDetail.ui @@ -11,7 +11,7 @@ 0 0 - 576 + 572 405 @@ -147,7 +147,7 @@ title - Standards + Status diff --git a/doc/xca.sgml b/doc/xca.sgml index d24660f3..9d1a764a 100644 --- a/doc/xca.sgml +++ b/doc/xca.sgml @@ -60,8 +60,8 @@ There are several default file-formats to exchange cryptographic the data with other applications. DER Distinguished Encoding Rules is the binary ASN.1 encoding of the data. -PEM is the base64 encoded version of the DER formatted data - with additional header and footer lines to be transported via e.g. E-mail +PEM Privacy-Enhanced Mail is the base64 encoded version of the + DER formatted data with additional header and footer lines to be transported via e.g. E-mail PKCS#X Public Key Cryptography Standards published by diff --git a/lib/db_x509.cpp b/lib/db_x509.cpp index 8b1b2ca9..951a9a5d 100644 --- a/lib/db_x509.cpp +++ b/lib/db_x509.cpp @@ -345,17 +345,19 @@ void db_x509::insertPKI(pki_base *pki) keylist->updateView(); } -void db_x509::assignClients(pki_crl *crl) + +QList db_x509::getIssuedCerts(pki_x509 *issuer) { - if (!crl) return; - pki_x509 *issuer = crl->getIssuer(); pki_x509 *cert = NULL; - if (!issuer) return; + QList c; + c.clear(); + if (!issuer) return c; for ( cert = (pki_x509 *)container.first(); cert != 0; cert = (pki_x509 *)container.next() ) { - if ((cert->getSigner() == issuer) && (cert->isRevoked())) { - crl->addRevoked(cert); + if (cert->getSigner() == issuer) { + c.append(cert); } } + return c; } void db_x509::writeAllCerts(QString fname, bool onlyTrusted) diff --git a/lib/db_x509.h b/lib/db_x509.h index 65d614c2..84a097bc 100644 --- a/lib/db_x509.h +++ b/lib/db_x509.h @@ -79,7 +79,7 @@ class db_x509: public db_base QStringList getSignerDesc(); pki_key * findKey(pki_x509 *cert); void calcEffTrust(); - void assignClients(pki_crl *crl); + QList db_x509::getIssuedCerts(pki_x509 *issuer); int searchSerial(pki_x509 *signer); void writeAllCerts(QString fname, bool onlyTrusted); public slots: diff --git a/xca_de.ts b/xca_de.ts index 589e7a05..4a13e182 100644 --- a/xca_de.ts +++ b/xca_de.ts @@ -1,14 +1,6 @@ CertDetail_UI - - Standards - Allgemeines - - - Name - Name - Signed by: Unterschrieben von: @@ -37,10 +29,6 @@ name / DNS: Name / DNS: - - Province: - Ort: - E-Mail: E-Mail: @@ -53,10 +41,6 @@ Country: Land: - - Org. unit - Abteilung - Issuer Aussteller @@ -90,35 +74,152 @@ SHA1 - OK - OK + Details of the Certificate + Details des Zertifikates + + + Locality: + Ort: + + + CertDetail_UI + CertDetail_UI + + + &Status + &Status + + + Name: + Name: + + + Subject & &Issuer + Besitzer & Aussteller + + + &Extensions + &Erweiterungen + + + &Cancel + &Abbrechen + + + &OK + &OK + + + + CertExtend_UI + + Certificate renewal + Zertifikats verlängerung + + + This will create a new certificate as a copy of the old one with a new serial number and adjusted validity values. + Hiermit wird ein neues Zertifikat als Kopie des alten Zeertifikats erstellt, mit neuer Serien nummer und aktueller Gültigkeit. + + + Validity + Gültigkeit + + + 365 + 365 + + + Days + Tage + + + Months + Monate + + + Years + Jahre + + + &Cancel + &Abbruch + + + &OK + &OK + + + + ExportCert + + X509 Certificates ( *.cer *.crt *.p12 ) + X509 Zertifikate ( *.cer *.crt *.p12 ) + + + All Files ( *.* ) + Alle Dateien ( *.* ) + + + Save Certificate as + Zertifikat speichern unter + + + + ExportCert_UI + + Cerificate export + Zertifikats export + + + Certificate export + Zertifikats export + + + Please enter the filename for the certificate. + Bitte geben sie den Dateinamen des Zertifikats ein. + + + Filename: + Dateiname: + + + ... + ... + + + DER is a binary format of the Certificate +PEM is a base64 encoded Certificate +PKCS#12 is an encrypted official Key-Certificate exchange format + DER ist ein binärformat des Zertifikats +PEM ist ein base64 kodiertes Zertifikat +PKCS#12 ist ein ein offizielles Schlüssel und Zertifikats Austauschformat + + + Export Format: + Export Format: Cancel Abbrechen - Details of the Certificate - Details des Zertifikates - - - Locality: - + OK + OK ExportKey RSA Keys ( *.pem *.der *.pk8 ) - + RSA Schlüssel ( *.pem *.der *.pk8 ) All Files ( *.* ) - Alle Dateien ( *.* ) + Alle Dateien ( *.* ) Save RSA key as - + RSA Schlüssel speichern unter @@ -151,30 +252,25 @@ PKCS#8 ist ein offizielles Austauschformat für Passwort gesicherte SchlüsselExport Format: Export Format: - - When exporting the private key -it should be encrypted. - Der private Schlüssel sollte beom Export verschlüsselt werden. - - - Export the private part of the Key too - Den privaten Teil des Schlüssels mit exportieren - - - Encrypt the Key with a password - Den Schlüssel mit Passwort sichern - - - OK - OK - - - Cancel - Abbrechen - When exporting the private key it should be encrypted. - + Der Private Schlüssel sollte beim Export durch ein Passwort geschützt werden. + + + E&xport the private part of the Key too + Den privaten Teil des Schlüssels mit e&xportieren + + + &Encrypt the Key with a password + D&en Schlüssel mit einem Passwort sichern + + + &Cancel + &Abbrechen + + + &OK + &OK @@ -203,17 +299,17 @@ it should be encrypted. Modulus Modulus - - OK - OK - Name Name - Cancel - Abbrechen + &Cancel + &Abbrechen + + + &OK + &OK @@ -226,26 +322,10 @@ it should be encrypted. Password verify error, please try again Die Passwort überprüfung ist fehlgeschlagen - - Internal Error - Interner Fehler - The system detected a NULL pointer, maybe the system is out of memory Das Sytem hat einen NULL zeiger bekommen, evtl. ist der Speicher voll - - OpenSSL Error - OpenSSL Fehler - - - The openSSL library raised the following error - Die OpenSSL bibliothek brachte den folgenden Fehler - - - Key error - Schlüssel fehler - The Key: Der Schlüssel: @@ -274,14 +354,6 @@ it should be encrypted. not available nicht verfügbar - - could not be loaded - konnte nicht geladen werden - - - Key storing - Schlüssel speichern - The key is already in the database as Der Schlüssel befindet sich bereits in der Datenbank als @@ -298,30 +370,6 @@ it should be encrypted. and will be completed by the new, private part of the key und wird durch den importierten privaten Teil vervollständigt - - The key could not be stored into the database - Der Schlüssel konnte nicht in der Datenbank gespeichert werden - - - File error - Datei Fehler - - - Der Schlüssel - - - - could not be written - konnte nicht gespeichert werden - - - Key export - Schlüssel export - - - The key was successfull exported into the file - Der Schlüssel wurde erfolgreich exportiert in die Datei - SELF SIGNED SELBST UNTERSCHRIEBEN @@ -330,10 +378,6 @@ it should be encrypted. Not valid nicht gültig - - Delete Certificate - Zertifikat löschen - Really want to delete the Certificate Möchten Sie wirklich das Zertifikat löschen @@ -366,30 +410,10 @@ it should be encrypted. and so it was not imported und wird daher nicht importiert - - Certificates ( *.pem *.der *.crt *.cer ) - Zertifikate ( *.pem *.der *.crt *.cer) - All Files ( *.* ) Alle Dateien ( *.* ) - - Certificate export - Zertifikats export - - - PKCS#12 bags ( *.p12 *.pfx ) - PKCS#12 Zertifikate ( *.p12 ) - - - PKCS#12 export - PKCS#12 export - - - Delete Certificate signing request - Unterschriftsanfrage löschen - Really want to delete the Certificate signing request @@ -398,10 +422,6 @@ it should be encrypted. Import Certificate signing request - - Certificate signing request - - The certificate signing request already exists in the database as @@ -450,10 +470,6 @@ it should be encrypted. Trust - - Extend - - Unrevoke @@ -470,10 +486,6 @@ it should be encrypted. The template - - The template could not be stored into the database - - New Template @@ -486,22 +498,10 @@ it should be encrypted. Create request - - X Certifikate and Key management - - - - New Database Password - - Please enter a password, that will be used to encrypt your private keys in the database-file - - Database Password - - Please enter the password for unlocking the database @@ -526,10 +526,6 @@ it should be encrypted. Change - - CA serial - - Please enter the new Serial for signing @@ -578,10 +574,6 @@ it should be encrypted. There was no key found for the Certificate: - - PKCS#12 files ( *.p12 *.pfx ) - - File @@ -590,10 +582,6 @@ it should be encrypted. Request - - Template - - Serial @@ -638,6 +626,34 @@ it should be encrypted. Sign + + PKCS#7 data ( *.p7s *.p7m ) + + + + The certificate-serial is higher than the next serial of the signer it will be set to + + + + The certificate CA serial is lower than the highest serial of one signed certificate it will be set to + + + + Import PKCS#12 + + + + Import from PKCS#7 + + + + PKCS#7 + + + + Encrypt + + MainWindow_UI @@ -649,22 +665,6 @@ it should be encrypted. Name Name - - New Key - - - - Export - - - - Import - - - - Show Details - - Delete Löschen @@ -673,30 +673,14 @@ it should be encrypted. Certificate signing request - - New Request - - Certificate - - New Certificate - - - - Export PKCS#12 - - (c) 2002 by christian@hohnstaedt.de - - Exit - - X Certificate and Key management @@ -705,38 +689,10 @@ it should be encrypted. Item - - Import PKCS#12 - - Templates - - New Template - - - - New empty template - - - - New CA template - - - - New client template - - - - New server template - - - - Change Template - - Revocation list @@ -749,6 +705,66 @@ it should be encrypted. C R A S H + + &New Key + + + + &Export + + + + &Import + + + + &Show Details + + + + &Delete + + + + &New Request + + + + &New Certificate + + + + Import &PKCS#12 + + + + Import P&KCS#7 + + + + New &empty template + + + + New C&A template + + + + New &client template + + + + New &server template + + + + Ch&ange Template + + + + E&xit + + NewKey_UI @@ -777,15 +793,11 @@ it should be encrypted. - OK - OK + &Cancel + - Cancel - Abbrechen - - - Create + C&reate @@ -795,14 +807,6 @@ it should be encrypted. Empty Template - - Welcome to the settings for Certificate signing requests.... (needs more prosa) - - - - You are done with entering all parameters for generating a Certificate signing request..... (needs more prosa) - - Certificate request @@ -811,10 +815,6 @@ it should be encrypted. Welcome to the settings for Templates.... (needs more prosa) - - You are done with entering all parameters for generating a Template..... (needs more prosa) - - Template @@ -827,10 +827,6 @@ it should be encrypted. Welcome to the settings for Certificates.... (needs more prosa) - - You are done with entering all parameters for generating a Certificate..... (needs more prosa) - - Certificate @@ -886,10 +882,6 @@ it should be encrypted. Organisational unit: - - Generate a new key - - Common name: @@ -902,88 +894,24 @@ it should be encrypted. Locality: - - Country: - Land: - - - Certificate name: - - - - Use this Certificate signing request - - - - Certificate creation - - - - New Certificate Step 1 - - - - Please choose from the templates the one to use for the new certificate or request - - Template - - New Certificate Step 2 - - For a new certificate you have to enter your personal data into the form and select a key to use. For signing a request, please select the appropriate Certificates igning request. For a SSL servercertificate choose the DNS name of the server as "Common name" - - Use the data entered here - - - - New Certificate Step 3 - - - - Please choose the signer, wether it should be self signed, or signed by an other signer - - - - Certificate to sign with - - - - Use this Certificate for for signing: - - - - Create a self signed certificate with the serial: - - - - New Certificate Step 4 - - CRL distribution point - - Copy issuer name - - issuer alternative name - - Copy e-mail address from subject line - - subject alternative name @@ -1008,30 +936,14 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Path length: - - Critical - - Key identifier - - Subject Key Identifier - - - - Authority Key Identifier - - Validity Gültigkeit - - 356 - - Days @@ -1140,10 +1052,6 @@ For a SSL servercertificate choose the DNS name of the server as "Common na X Certificate and Key management - - Change the default extension settings from the template - - SSL Client @@ -1200,18 +1108,10 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Base URL - - Sign this Certificate signing request - - Signer - - Create a self signed certificate with the serial - - Template for the new certificate @@ -1228,6 +1128,50 @@ For a SSL servercertificate choose the DNS name of the server as "Common na 365 + + Sign this Certificate signing &request + + + + Use &this Certificate for for signing: + + + + Create a &self signed certificate with the serial + + + + Change the default &extension settings from the template + + + + &Generate a new key + + + + &Critical + + + + &Subject Key Identifier + + + + &Authority Key Identifier + + + + Copy &issuer name + + + + Copy &e-mail address from subject line + + + + C&ritical + + PassRead_UI @@ -1235,17 +1179,17 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Passwort - - OK - OK - Password Passwort - Cancel - Abbrechen + &Cancel + + + + &OK + @@ -1254,10 +1198,6 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Passwort - - OK - OK - Password Passwort @@ -1267,27 +1207,12 @@ For a SSL servercertificate choose the DNS name of the server as "Common na - Cancel - Abbrechen - - - - Rename_UI - - Rename - + &Cancel + - Please enter the new Name - - - - OK - OK - - - Cancel - Abbrechen + &OK + @@ -1308,10 +1233,6 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Details of the certificate signing request - - Standards - Allgemeines - Certificate name @@ -1353,8 +1274,16 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Firma - Cancel - Abbrechen + &Cancel + + + + &OK + + + + Status + @@ -1376,24 +1305,24 @@ For a SSL servercertificate choose the DNS name of the server as "Common na - Never trust this certificate + &Never trust this certificate - Only trust this certificate, if we trust the signer + Only &trust this certificate, if we trust the signer - Always trust this certificate + &Always trust this certificate - OK - OK + &Cancel + - Cancel - Abbrechen + &OK + @@ -1460,11 +1389,15 @@ For a SSL servercertificate choose the DNS name of the server as "Common na - Revoked + Common Name - Common Name + Serial + + + + not After diff --git a/xca_es.ts b/xca_es.ts index bb0a77ab..9f762b51 100644 --- a/xca_es.ts +++ b/xca_es.ts @@ -5,14 +5,6 @@ Details of the Certificate Detalles del Certificado - - Standards - Standards - - - Name - Nombre - Signed by: Firmado por: @@ -41,10 +33,6 @@ name / DNS: nombre / DNS: - - Province: - Provincia: - E-Mail: E-Mail: @@ -57,10 +45,6 @@ Country: País: - - Org. unit - Departamento - Issuer Emisor @@ -94,15 +78,130 @@ - OK - + Locality: + + + + CertDetail_UI + + + + &Status + + + + Name: + + + + Subject & &Issuer + + + + &Extensions + + + + &Cancel + + + + &OK + + + + + CertExtend_UI + + Certificate renewal + + + + This will create a new certificate as a copy of the old one with a new serial number and adjusted validity values. + + + + Validity + Validez + + + 365 + + + + Days + + + + Months + + + + Years + + + + &Cancel + + + + &OK + + + + + ExportCert + + X509 Certificates ( *.cer *.crt *.p12 ) + + + + All Files ( *.* ) + + + + Save Certificate as + + + + + ExportCert_UI + + Cerificate export + + + + Certificate export + + + + Please enter the filename for the certificate. + + + + Filename: + Fichero: + + + ... + ... + + + DER is a binary format of the Certificate +PEM is a base64 encoded Certificate +PKCS#12 is an encrypted official Key-Certificate exchange format + + + + Export Format: + Formato de exportación: Cancel - Cancelar + Cancelar - Locality: + OK @@ -151,32 +250,26 @@ PKCS#8 es un formato estandar de intercambio de claves Export Format: Formato de exportación: - - When exporting the private key -it should be encrypted. - Cuando se exporte la clave privada -es aconsejable utilizar cifrado. - - - Export the private part of the Key too - Exportar la clave privada simultaneamente - - - Encrypt the Key with a password - Cifrar la clave con una contraseña - - - OK - - - - Cancel - Cancelar - When exporting the private key it should be encrypted. + + E&xport the private part of the Key too + + + + &Encrypt the Key with a password + + + + &Cancel + + + + &OK + + KeyDetail_UI @@ -209,12 +302,12 @@ es aconsejable utilizar cifrado. Módulo - OK - + &Cancel + - Cancel - Cancelar + &OK + @@ -227,26 +320,10 @@ es aconsejable utilizar cifrado. Password verify error, please try again Contraeña incorrecta, inténtelo de nuevo - - Internal Error - Error interno - The system detected a NULL pointer, maybe the system is out of memory El sistema detectó un puntero NULL, podría deberse a falta de memoria - - OpenSSL Error - Error de OpenSSL - - - The openSSL library raised the following error - OpenSSL devolvió el siguiente error - - - Key error - Error en la clave - The Key: Clave: @@ -283,14 +360,6 @@ es aconsejable utilizar cifrado. Discard Abandonar - - could not be loaded - no ha podido ser cargado - - - Key storing - Almacenamiento de claves - The key is already in the database as La clave ya aparece en la base de datos como @@ -307,30 +376,6 @@ es aconsejable utilizar cifrado. and will be completed by the new, private part of the key y será completada por la nueva parte secreta de la clave - - The key could not be stored into the database - La clave no pudo ser almacenada en la base de datos - - - File error - Error en el fichero - - - Der Schlüssel - - - - could not be written - no ha podido ser escrito - - - Key export - Exportar clave - - - The key was successfull exported into the file - La clave ha sido exportada con éxito en el fichero - New Key Nueva clave @@ -367,10 +412,6 @@ es aconsejable utilizar cifrado. Revoked: - - Delete Certificate - - Really want to delete the Certificate @@ -399,26 +440,10 @@ es aconsejable utilizar cifrado. and so it was not imported - - Certificates ( *.pem *.der *.crt *.cer ) - - All Files ( *.* ) - - Certificate export - - - - PKCS#12 bags ( *.p12 *.pfx ) - - - - PKCS#12 export - - New Certificate @@ -427,10 +452,6 @@ es aconsejable utilizar cifrado. Trust - - Extend - - Unrevoke @@ -439,10 +460,6 @@ es aconsejable utilizar cifrado. Revoke - - Delete Certificate signing request - - Really want to delete the Certificate signing request @@ -451,10 +468,6 @@ es aconsejable utilizar cifrado. Import Certificate signing request - - Certificate signing request - - The certificate signing request already exists in the database as @@ -475,10 +488,6 @@ es aconsejable utilizar cifrado. The template - - The template could not be stored into the database - - Create certificate @@ -487,22 +496,10 @@ es aconsejable utilizar cifrado. Create request - - X Certifikate and Key management - - - - New Database Password - - Please enter a password, that will be used to encrypt your private keys in the database-file - - Database Password - - Please enter the password for unlocking the database @@ -527,10 +524,6 @@ es aconsejable utilizar cifrado. Change - - CA serial - - Please enter the new Serial for signing @@ -579,10 +572,6 @@ es aconsejable utilizar cifrado. There was no key found for the Certificate: - - PKCS#12 files ( *.p12 *.pfx ) - - File @@ -591,10 +580,6 @@ es aconsejable utilizar cifrado. Request - - Template - - Serial @@ -639,6 +624,34 @@ es aconsejable utilizar cifrado. Sign + + PKCS#7 data ( *.p7s *.p7m ) + + + + The certificate-serial is higher than the next serial of the signer it will be set to + + + + The certificate CA serial is lower than the highest serial of one signed certificate it will be set to + + + + Import PKCS#12 + + + + Import from PKCS#7 + + + + PKCS#7 + + + + Encrypt + + MainWindow_UI @@ -658,22 +671,6 @@ es aconsejable utilizar cifrado. Item - - New Key - Nueva clave - - - Export - - - - Import - Importar - - - Show Details - - Delete @@ -682,62 +679,18 @@ es aconsejable utilizar cifrado. Certificate signing request - - New Request - - Certificate - - New Certificate - - - - Export PKCS#12 - - - - Import PKCS#12 - - (c) 2002 by christian@hohnstaedt.de - - Exit - - Templates - - New Template - - - - New empty template - - - - New CA template - - - - New client template - - - - New server template - - - - Change Template - - Revocation list @@ -750,6 +703,66 @@ es aconsejable utilizar cifrado. C R A S H + + &New Key + + + + &Export + + + + &Import + + + + &Show Details + + + + &Delete + + + + &New Request + + + + &New Certificate + + + + Import &PKCS#12 + + + + Import P&KCS#7 + + + + New &empty template + + + + New C&A template + + + + New &client template + + + + New &server template + + + + Ch&ange Template + + + + E&xit + + NewKey_UI @@ -778,15 +791,11 @@ es aconsejable utilizar cifrado. Nueva clave - OK - - - - Cancel + &Cancel - Create + C&reate @@ -796,14 +805,6 @@ es aconsejable utilizar cifrado. Empty Template - - Welcome to the settings for Certificate signing requests.... (needs more prosa) - - - - You are done with entering all parameters for generating a Certificate signing request..... (needs more prosa) - - Certificate request @@ -812,10 +813,6 @@ es aconsejable utilizar cifrado. Welcome to the settings for Templates.... (needs more prosa) - - You are done with entering all parameters for generating a Template..... (needs more prosa) - - Template @@ -828,10 +825,6 @@ es aconsejable utilizar cifrado. Welcome to the settings for Certificates.... (needs more prosa) - - You are done with entering all parameters for generating a Certificate..... (needs more prosa) - - Certificate @@ -887,10 +880,6 @@ es aconsejable utilizar cifrado. Organisational unit: - - Generate a new key - - Common name: @@ -903,88 +892,24 @@ es aconsejable utilizar cifrado. Locality: - - Country: - País: - - - Certificate name: - - - - Use this Certificate signing request - - - - Certificate creation - - - - New Certificate Step 1 - - - - Please choose from the templates the one to use for the new certificate or request - - Template - - New Certificate Step 2 - - For a new certificate you have to enter your personal data into the form and select a key to use. For signing a request, please select the appropriate Certificates igning request. For a SSL servercertificate choose the DNS name of the server as "Common name" - - Use the data entered here - - - - New Certificate Step 3 - - - - Please choose the signer, wether it should be self signed, or signed by an other signer - - - - Certificate to sign with - - - - Use this Certificate for for signing: - - - - Create a self signed certificate with the serial: - - - - New Certificate Step 4 - - CRL distribution point - - Copy issuer name - - issuer alternative name - - Copy e-mail address from subject line - - subject alternative name @@ -1009,30 +934,14 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Path length: - - Critical - - Key identifier - - Subject Key Identifier - - - - Authority Key Identifier - - Validity Validez - - 356 - - Days @@ -1141,10 +1050,6 @@ For a SSL servercertificate choose the DNS name of the server as "Common na X Certificate and Key management - - Change the default extension settings from the template - - SSL Client @@ -1201,18 +1106,10 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Base URL - - Sign this Certificate signing request - - Signer - - Create a self signed certificate with the serial - - Template for the new certificate @@ -1229,6 +1126,50 @@ For a SSL servercertificate choose the DNS name of the server as "Common na 365 + + Sign this Certificate signing &request + + + + Use &this Certificate for for signing: + + + + Create a &self signed certificate with the serial + + + + Change the default &extension settings from the template + + + + &Generate a new key + + + + &Critical + + + + &Subject Key Identifier + + + + &Authority Key Identifier + + + + Copy &issuer name + + + + Copy &e-mail address from subject line + + + + C&ritical + + PassRead_UI @@ -1241,12 +1182,12 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Contraseña - OK - + &Cancel + - Cancel - Cancelar + &OK + @@ -1264,31 +1205,12 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Repetir contraseña - OK - + &Cancel + - Cancel - Cancelar - - - - Rename_UI - - Rename - - - - Please enter the new Name - - - - OK - - - - Cancel - + &OK + @@ -1301,10 +1223,6 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Details of the certificate signing request Detalles de la solicitud - - Standards - - Certificate name Id del certificado @@ -1354,8 +1272,16 @@ For a SSL servercertificate choose the DNS name of the server as "Common na Organización - Cancel - Cancelar + &Cancel + + + + &OK + + + + Status + @@ -1377,23 +1303,23 @@ For a SSL servercertificate choose the DNS name of the server as "Common na - Never trust this certificate + &Never trust this certificate - Only trust this certificate, if we trust the signer + Only &trust this certificate, if we trust the signer - Always trust this certificate + &Always trust this certificate - OK + &Cancel - Cancel + &OK @@ -1461,11 +1387,15 @@ For a SSL servercertificate choose the DNS name of the server as "Common na - Revoked + Common Name - Common Name + Serial + + + + not After