Certificate Signing Request
Does a CSR have to be generated using the machine the SSL certificate is to be installed on?
Or, can a CSR be generated on a Linode and used to purchase an SSL cert, then the cert installed on a completely different server?
Any things I should know?
3 Replies
But other than that, they are portable. If you have access to a box with an X server, TinyCA is a handy little utility for generating CSRs and is much easier to used than the CL tools. You can even use it to easily administer your own CA for testing certs.
I use TinyCA to run my own CA because most of my services are just there for myself to use. I import my own root cert to all my machines and then everything just works and I don't have to pay.
–James
Thanks!