Hi, I'm building a little server that should be used as both mail server and web server.
I tried to use the "Certificate Manager" module but I got some problems....
1. Whatever I input into the WebConfig page, the certificate is generate for the organization named ClearOS.
I checked the file /etc/pki/CA/openssl.conf and found:
| Code: |
[ req_distinguished_name ]
countryName = IT
localityName = Milano
0.organizationName = ClearOS
organizationalUnitName = Office
commonName = ca.www.pippo.eu
emailAddress = security@www.pippo.eu
organizationName = My companu Name
stateOrProvinceName = MI
|
2. The "Certificate Manager" module allow me to generate only 2 certificate: the CA and the default one.
Is there any way to create other certificates with the webconfig or I have to use the command line?
I want to create a certificates for:
-
www.pippo.eu
- pop.pippo.eu
- smtp.pippo.eu
I tried to generate a wildcard certificate but the WebConfig didn't allow me.
Thanks
Nello