Question about extension of a certificate

2004-10-20 Thread Elie Lalo
Hi All, Is it necessary to call a certificate with extension of .0? For example, if we have a certificate of type PEM, is it ok to name it certificate.pem or we have to name it certificatepem.0? I am using openssl-0.9.7d Thanks in advance for the help. Elie Elie Lalo Senior Software Engineer Des

Re: Question about extension of a certificate

2004-10-20 Thread Tim Bond
No, you can use whatever extension you want. .pem and .cer are often used. Is there some piece of software expecting .0? Hi All, Is it necessary to call a certificate with extension of .0? For example, if we have a certificate of type PEM, is it ok to name it certificate.pem or we have to nam

Re: Question about extension of a certificate

2004-10-20 Thread Elie Lalo
Hi, Thx for the reply. The software doesn't expect .0, but I read it somewhere and I wanted to make sure that it is not the case. Elie At 02:27 PM 10/20/2004 -0400, you wrote: No, you can use whatever extension you want. .pem and .cer are often used. Is there some piece of software expecting .

Re: Question about extension of a certificate

2004-10-20 Thread Charles B Cranston
The .0, .1 etc suffix is from the way the Apache web server (I guess its SSL module) tries to find certificates in a directory. It hashes the subject name then looks for the certificate under .0 then .1 etc so the digit is used for collisions. I've never seen a .1 and we have a BIG directory. You

Re: Question about extension of a certificate

2004-10-20 Thread Tim Bond
Oops, I actually knew that but seem to have forgotten . There is a command to generate symlinks for the CA files, do a $ c_rehash . in the directory with your trusted CA certificates. -- Tim The .0, .1 etc suffix is from the way the Apache web server (I guess its SSL module) tries to find certif

Re: Question about extension of a certificate

2004-10-20 Thread Jean-Luc Pinardon
Hi, Well, I'am using Perl modules over openssl, not openssl directly. Nevertheless, whatever the file extension you are using, it seems to me that the way your certificate is managed mainly depends upon the command args or environment variables you are using when you run this or that command. So,