]> git.somenet.org - tools/certgen.git/blob - certgen.data.example
Better eMail-Address handling.
[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 some strange reason the subject line has to start with /emailAddress=...
8 # Otherwise some weird stuff happens - good job, openssl folks :/
9
10 # For failing services ;)
11 CRT localhost /emailAddress=root@localhost/OU=CertGen/O=YouFailed;)/
12
13 # Setup a CA-system
14 CA SomeNet /emailAddress=contact@somenet.org/OU=CertGenCA/O=somenet.org/CN=SomeNet/ 
15
16 # ircd
17 SGN irc.somenet.org /emailAddress=contact@somenet.org/OU=CertGen/O=somenet.org/ a.irc.somenet.org
18
19 # apache stuff
20 SGN www.somenet.org /emailAddress=contact@somenet.org/OU=CertGen/O=somenet.org/ somenet.org,irc2go.somenet.org
21
22 # we have xmpp too :/
23 CSR xmpp.somenet.org /emailAddress=contact@somenet.org/OU=CertGen/O=somenet.org/ conference.xmpp.somenet.org
24