Alex schrieb: > > I have noted that the DN of 'Operador CA' Certificate from above is 'C=ES, >O=Universidad de Cordoba, OU=Internet, CN=Operador CA, serialNumber=01' but the DN of >'Operador CA' Certificate extracted from 'openssl x509 -in operador.pem -text' >command is 'C=ES, O=Universidad de Cordoba, OU=Internet, CN=Operador CA, SN=01'. > > It looks that some DN is wrong because of serialNumber or SN in DN. Is it ok?
You are mixing the output from two different OpenSSL-versions on your system. The output with SN is from the OpenSSL in your default-path and the output with serialNumber is from the openssl in /usr/local/ssl/bin/. Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
