Root ca chain in one file

2006-03-13 Thread Martijn Moret
Hi, One of our customers is using a certificate from globalsign. They use three root certificate's in the chain. Is there a way to create a pem formatted file with all three certificate's from the chain? Regards Martijn __ Open

Problem with verifying root certificate GlobalSign

2006-02-21 Thread Martijn Moret
Hi all, A partner that we need to communicate with has a certificate signed by globalsign. I downloaded the certificates from: http://support.globalsign.net/en/serversign/server_faq_body.cfm When converting these to PEM and running them trough the openssl verify command, i get the following error

Re: Converting certificate

2005-12-19 Thread Martijn Moret
>> Hi, >> >> I've created a certificate request with openssl and received the >> certificate from verisign. >> I need to use this certificate with IIS on windows server 2003 but can't >> seem to convert the certificate. >> >> Here the message: >> openssl x509 -in cert.crt -outform DER -out cert.der

Converting certificate

2005-12-19 Thread Martijn Moret
Hi, I've created a certificate request with openssl and received the certificate from verisign. I need to use this certificate with IIS on windows server 2003 but can't seem to convert the certificate. Here the message: openssl x509 -in cert.crt -outform DER -out cert.der unable to load certifica

Re: create password on private key

2005-08-08 Thread Martijn Moret
> Martijn Moret wrote: > >> I created a certificate request with a private key with no password. >> openssl req -new -nodes -keyout private.key -out public.csr >> >> No, my application requires a private key password to import the key. is >> there any way

create password on private key

2005-08-08 Thread Martijn Moret
Hi, I created a certificate request with a private key with no password. openssl req -new -nodes -keyout private.key -out public.csr No, my application requires a private key password to import the key. is there any way to add a password on the private key?? The certificate and private key works