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 to add a password on the private key?? >> >

Re: create password on private key

2005-08-08 Thread Jorey Bump
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 to add a password on the private key?? The certificate an

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