Re: changing password on private key rsa

2007-09-24 Thread Marten Lehmann
Hi, You need to specify a cipher for encrypting your private key. Something like: openssl rsa -in nopassword.key -des3 -out password.key You will be prompted for a passphrase. oh, thanks! Regards Marten __ OpenSSL Project

changing password on private key rsa

2007-09-21 Thread Marten Lehmann
Hello, according to the rsa documentation, this command should ask for a new password (no password set in the file before): openssl rsa -in nopassword.key -passout stdin -out password.key I'm asked for a password, but the files are identical, password.key has no password set. What is going w

fields in CSR information

2007-09-06 Thread Marten Lehmann
Hello, I'm trying to create CSRs automatically by proviiding openssl a config file like this: [ req ] default_bits = 1024 distinguished_name = req_distinguished_name prompt = no [ req_distinguished_name ] C = DE L = My Ci

Re: merging certs

2006-08-10 Thread Marten Lehmann
Hello, I merged some certs which were in PEM format just by putting them together in the editor. so merging is really just the step of putting several certs like this in one file? -BEGIN CERTIFICATE- [...] -END CERTIFICATE- -BEGIN CERTIFICATE- [...] -END CERTIFIC

merging certs

2006-08-10 Thread Marten Lehmann
Hello, I recently read, that it is possible the have more than one ssl-host per ip-address. This shall be possible with two special requirements: - all ssl-hosts share the same key - all certs for the hosts are bundled within one file For the letter requirement I think it doesn't only have to b

Re: cert info?

2006-07-25 Thread Marten Lehmann
Thanks! __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

cert info?

2006-07-24 Thread Marten Lehmann
Hello, how can I view the information that are contained in a CSR, KEY or CRT-file? E.g. for which hostname a cert is issued, when it will expire, who is the company it is issued for ... Regards Marten __ OpenSSL Project

server tunneling with cert

2006-02-09 Thread Marten Lehmann
Hello, our mailserver daemons (exim, dovecot, courier-imap) are limited to one key/cert configuration per instance. But for certain reason, we need the same service to be accessable be two different ip-addresses/domain names each with its own certs. What I'm trying to do is the following: s