|
From: Robert M. <rg...@ht...> - 2006-03-07 17:29:41
|
Is there any plugin module to perform SSLopen and CA functions. Minimally I would like to replace openssl req -newkey rsa:512 -x509 -nodes -out cert.pem - keyout key.pem with a nice panel that allowed me to create a cert with content I want in the directory of my choosing. The more OIDs supported the better. At least those required for standard servers/apps. PolicyConstraints and the like would be a nice touch! You already have the webmin/edit_ssl.cgi in Webmin Configuration. It does not seem like it would be much to add a minimal cert creation module. For fuller CA functions would openCA.org provide modules? What would be really 'neat' would be able to start my own 'CA'. To create my own, self-signed root cert and use it to create certs for all of my webmin systems and general SSL certs. I would then use whatever tool to migrate them to the proper system. Then I would only need to install my root in my trusted root list and I am done. Also would be nice for SSH as well. |