Hacker News new | ask | show | jobs
by don_draper 4654 days ago
" On your CA's environment (hopefully elsewhere):

openssl x509 -CA cacert.pem -CAkey cakey.pem -CAcreateserial \ -days 730 -req -in vpn.csr -out vpn-cert.pem "

What does the author mean by 'hopefully elsewhere?' It's no longer a simple one server solution, no?

1 comments

Your CA doesn't have to be (read: shouldn't be) the same box. Also, it doesn't have to be (read: shouldn't be) connected to the internet. I recommend a USB key you keep around your neck or on your keychain, but it's really up to you.