]> git.pld-linux.org Git - packages/partimage.git/blame - partimaged-ssl.cnf
- add "openssl.patch is not longer needed" message to previous commit log
[packages/partimage.git] / partimaged-ssl.cnf
CommitLineData
cbee00e4
AM
1# Robin H. Johnson <robbat2@gentoo.org> - October 17, 2003
2# This is the openssl config file to generate keys for partimage
3# It is read by mkservercert
4
5[ req ]
6# you can increase this value, but be aware that it will make things much slower
7# this should be a power of 2!
8default_bits = 1024
9# leave the rest of these alone!
10encrypt_key = yes
11distinguished_name = req_dn
12x509_extensions = cert_type
13prompt = no
14
15[ req_dn ]
16# 2-Letter ISO country code
17C=US
18# FULL name of state/province/district
19# NO abbreviations!
20ST=Alabama
21# FULL name of city
22# NO abbreviations!
23L=Mobile
24# Full Name of your organization
25# NO abbreviations!
26O=Foobar Systems
27# Leave this alone unless specifically need to change it!
28OU=Automatically-generated PartImage SSL key
29# This should be a FQDN that resolves to the IP of your server
30CN=localhost
31# This should be the email address for the administrator of the server
32emailAddress=root@localhost
33
34# Leave this alone!
35[ cert_type ]
36nsCertType = server
This page took 0.276551 seconds and 4 git commands to generate.