ICTNUT Posted April 18, 2008 Posted April 18, 2008 Hi All, Having recently upgraded to v 1.9 on Moodle I have decided to enable https on the login part of the VLE to make it abit more secure however as the server has a self signed SSL cert it throws up the normal "prepare to die if you proceed" error and also causes issues with downloading files from moodle also. So on that note I would like to generate an SSL certificate via our in house CA (Micosroft, Windows 2003) does anyone know of a how too in order to get the csr request out of Ubuntu and then get the New SSL cert back in?? Don't worry about the MS bit I can do that :-)
Geoff Posted April 18, 2008 Posted April 18, 2008 openssl genrsa -out .private.key openssl req -new -days -key .private.key -out .req
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now