|
CSR Support |
|
Dovecot POP/IMAP server Creating
a Certificate Signing Request
openssl genrsa -out /etc/ssl/private/mail.yourserver.com.key 1024
openssl
req -new -nodes -key /etc/ssl/private/mail.yourserver.com.key -out /etc/ssl/mail_yourserver_com.csr
Enter
the information to be displayed in the certificate. The
following characters are not accepted: < > ~ ! @ # $ % ^ * / \ ( )
?.,&
Wildcard certificates must start with *. characters
|
|
Distinguished
Name Field |
Explanation |
Example |
|
Country
Name |
The
two-letter ISO abbreviation for your country |
US
= United States |
|
State
or Province Name |
The
state or province where your organization is located. Can not be
abbreviated. |
Georgia |
|
City
or Locality |
The
city where your organization is located. |
Atlanta |
|
Organization
Name |
The
exact legal name of your organization. Do not abbreviate |
IPS
S.L. |
|
Organizational
Unit |
Optional
for additional organization information |
Marketing |
|
Common
Name (Server Host Name) |
The
fully qualified domain name for your web server. You will get a
certificate name check warning if this is not an exact match. |
If
you intend to secure the URL https://secure.yourURL.com, then your
CSR's Server Hostname must be secure.yourURL.com |
|
Server
Admin.'s email address |
Your
email address |
abc@yourURL.com |
|
|
CSR installation |
|
Installing a Server Certificate using Dovecot POP/IMAP
|
Step one: Save the Certificate
Step two: Install the Intermediate Certificate You will need to install the intermediate certificate ipsCACLASEA1.crt so that browsers can trust your certificate.
Step three: Configure Devecot POP/IMAP In the Virtual Host settings for your site, in
the dovecot.conf file, you will need to add the following SSL
directives.This may be achieved by:
Dovecot config file is /etc/dovecot/dovecot.conf
Save your dovecot.conf file and restart. |
|
|
|
© 1996 - 2007 ipsCA,
IPS
Certification Authority, S.L.
all Rights reserved.
Our CPS summarized or complete, CRLs, Root Certificates and legal documents can be found in our repository Read our Privacy Policy and Terms of Use |