[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Porting encrypted SSL key to a RaQ



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