| 1 | [ req ] |
|---|
| 2 | |
|---|
| 3 | default_bits = 1024 |
|---|
| 4 | encrypt_key = yes |
|---|
| 5 | distinguished_name = req_dn |
|---|
| 6 | x509_extensions = cert_type |
|---|
| 7 | prompt = no |
|---|
| 8 | |
|---|
| 9 | [ req_dn ] |
|---|
| 10 | # country (2 letter code) |
|---|
| 11 | #C=my_country |
|---|
| 12 | |
|---|
| 13 | # State or Province Name (full name) |
|---|
| 14 | #ST=my_state |
|---|
| 15 | |
|---|
| 16 | # Locality Name (eg. city) |
|---|
| 17 | #L=my_city |
|---|
| 18 | |
|---|
| 19 | # Organization (eg. company) |
|---|
| 20 | #O=my_name my_domain, Softwareentwicklung |
|---|
| 21 | |
|---|
| 22 | # Organizational Unit Name (eg. section) |
|---|
| 23 | OU=IMAP server |
|---|
| 24 | |
|---|
| 25 | # Common Name (*.example.com is also possible) |
|---|
| 26 | CN=my_computer.my_domain.com |
|---|
| 27 | 0.CN=my_computer.local |
|---|
| 28 | |
|---|
| 29 | subjectAltName=my_computer.my_domain.com,my_computer.local |
|---|
| 30 | |
|---|
| 31 | # E-mail contact |
|---|
| 32 | emailAddress=my_name@my_domain.com |
|---|
| 33 | |
|---|
| 34 | [ cert_type ] |
|---|
| 35 | nsCertType = server |
|---|