]> git.somenet.org - tools/certgen.git/blob - certgen.data.example
support creating a CA and using a previously generated ca to sign new certs.
[tools/certgen.git] / certgen.data.example
1 # Certgen config file
2 # Format: <SGN/CRT/CSR> <domain name> <crt-subject> <alt dns names ","-separated, NOT SPACES!>
3 # SGN: use CA in ./ca to sign the new cert.
4 # CRT: selfsign the new cert
5 # CST: create a csr only.
6
7 # For failing services ;)
8 CRT localhost /OU=CertGen/O=YouFailed;)/emailAddress=contact@somenet.org/ 
9
10 # Setup a CA-system
11 CA SomeNet /OU=CertGenCA/O=somenet.org/emailAddress=contact@somenet.org/CN=SomeNet/ 
12
13 # ircd
14 SGN irc.somenet.org /OU=CertGen/O=somenet.org/emailAddress=contact@somenet.org/ a.irc.somenet.org
15
16 # apache stuff
17 SGN www.somenet.org /OU=CertGen/O=somenet.org/emailAddress=contact@somenet.org/ somenet.org,irc2go.somenet.org
18
19 # we have xmpp too :/
20 CSR xmpp.somenet.org /OU=CertGen/O=somenet.org/emailAddress=contact@somenet.org/ conference.xmpp.somenet.org
21