]> git.somenet.org - tools/certgen.git/blob - certgen.data.example
example config file.
[tools/certgen.git] / certgen.data.example
1 # Certgen config file
2 # Format: <CRT/CSR> <domain name> <crt-subject> <alt dns names ","-separated, NOT SPACES!>
3
4 # For failing services ;)
5 CRT localhost /OU=CertGen/O=YouFailed;)/emailAddress=contact@somenet.org/ 
6
7 # ircd
8 CRT a.irc.somenet.org /OU=CertGen/O=somenet.org/emailAddress=contact@somenet.org/ irc.somenet.org
9
10 # apache stuff
11 CRT www.somenet.org /OU=CertGen/O=somenet.org/emailAddress=contact@somenet.org/ somenet.org,irc2go.somenet.org
12
13 # we have xmpp too :/
14 CSR xmpp.somenet.org /OU=CertGen/O=somenet.org/emailAddress=contact@somenet.org/ conference.xmpp.somenet.org
15