# Certgen config file # Format: # SGN: use CA in ./ca to sign the new cert. # CRT: selfsign the new cert # CST: create a csr only. # For some strange reason the subject line has to start with /emailAddress=... # Otherwise some weird stuff happens - good job, openssl folks :/ # For failing services ;) CRT localhost /emailAddress=root@localhost/OU=CertGen/O=YouFailed;)/ # Setup a CA-system CA SomeNet /emailAddress=contact@somenet.org/OU=CertGenCA/O=somenet.org/CN=SomeNet/ # ircd SGN irc.somenet.org /emailAddress=contact@somenet.org/OU=CertGen/O=somenet.org/ a.irc.somenet.org # apache stuff SGN www.somenet.org /emailAddress=contact@somenet.org/OU=CertGen/O=somenet.org/ somenet.org,irc2go.somenet.org # we have xmpp too :/ CSR xmpp.somenet.org /emailAddress=contact@somenet.org/OU=CertGen/O=somenet.org/ conference.xmpp.somenet.org