SSL certificates with password encrypted key at hosting provider
Posted
by
Jurian Sluiman
on Server Fault
See other posts from Server Fault
or by Jurian Sluiman
Published on 2011-11-13T15:32:03Z
Indexed on
2011/11/13
17:55 UTC
Read the original article
Hit count: 284
We are a software company and offer hosting to our clients. We have a VPS at a large Dutch datacenter. For some of the applications, we need an SSL certificate which we'd like to encrypt with a password protected keyfile.
Our VPS reboots now and then because of updates whatsoever, but that means our apache doesn't start right away because the passwords are needed. This results in downtime and is of course a real big problem.
We can give the passwords to our VPS datacenter, or create certificates based on keyfiles without passwords. Both solutions seem not the best one, because they compromise the security of our certificates. What's the best solution for this issue?
© Server Fault or respective owner