I'd like to create a Cert for CommuniGatePro email server.
My domain is: mail.atu1277.com
I ran this command:
openssl genrsa 4096 > atu1277.key
It produced this output:
atu1277.key
My web server is (include version):
I don't have a web server. I have an email server.
CommuniGatePro email server. ver. 5.4.2
The operating system my web server runs on is (include version):
Windows 7 Pro 32bit
My hosting provider, if applicable, is:
I am hosting this on my PC.
I can login to a root shell on my machine (yes or no, or I don't know):
I do have Administrator signon
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
I am not using a control panel. It's on my LAN.
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
I'm not using Certbot. I don't think I can.
- I don't have a web server. I think it's required for Certbot.
- I don't know if there is a 32bit version of Certbot.
I'm trying to Create the config file to create the key.
File Name : extfile.conf
I have some questions. This may not be correct. This is what I have so far:
[reg]
distinguished_name = ATU1277
req_extensions = v3_req
[req_distinguished_name]
countryName = USA
countryName_default = USA
stateOrProvinceName = California
stateOrProvinceName_default = CA
localityName = Los Angeles
localityName_default = Los Angeles
organizationName = ATU1277
organizationName_default = ATU1277
organizationalUnitName = IT
organizationalUnitName_default = IT
commonName = ATU1277.com
commonName_max = 64
emailAddress = docfxit@atu1277.com
[ v3_req ]
Extensions to add to a certificate request
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = atu1277.com
DNS.2 = mail.atu1277.com
- Does anything look wrong. I haven't run this yet. I'm trying to figure out if it's correct.
- What does "commonName_max = 64"
mean? I have no idea. - What does "basicConstraints = CA:FALSE"
mean? I have no idea. - What does "keyUsage = nonRepudiation, digitalSignature, keyEncipherment" mean. I have no idea.
- What does "subjectAltName = @alt_names
mean. Am I supposed to change it? To what?
After I create this key is there a way to automatically renew the key like Certbot does? Or Acme does?
Thank you,