[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Porting encrypted SSL key to a RaQ
- Subject: [cobalt-developers] Porting encrypted SSL key to a RaQ
- From: "Nick Temple" <ntemple@xxxxxxx>
- Date: Wed Nov 1 18:38:01 2000
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
I just had to import an encrypted key from an older Linux server to a RaQ. Here is what I did. (Note I used an old version of SSLeay, OpenSSL syntax may be different).
1) /usr/local/ssl/bin/ssleay rsa -in commercestore.com.key > key (passphrase must be provided)
2) mv commercestore.com.crt certificate
3) Move to RaQ: /home/sites/home/certs
4) restart webserver
Now it's in the archives :->
Nick