How to generate a SSL certificate?
-
Hello,
I manage a computers park (360 PC) in a research institute, and I use FOG since a few years (Ubuntu server 14.04, FOG 1.2.0).
Thank you for this very god tool, but I have just a basic question:
How to generate a SSL certificate and access to FOG via https?
Sorry for my bad English
In advance, thank you for your feedback -
Maybe try upgrading to trunk? We already create ssl and you have many more arguments.
https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk
The flag to “force https” would be:
./installfog.sh -S
-
And if you don’t want to upgrade to FOG trunk you can find hundreds and thousands of articles on how to generate self signed certificates. Try searching the web. The first few that come up:
https://www.linux.com/learn/tutorials/392099-creating-self-signed-ssl-certificates-for-apache-on-linux
http://www.akadia.com/services/ssh_test_certificate.html
https://devcenter.heroku.com/articles/ssl-certificate-selfOr use tools like TinyCA if you prefer GUI programs.