gabriel / capitate

Capistrano recipes, plugins and templates.

This URL has Read+Write access

capitate / lib / templates / monit / monit.cnf
100644 34 lines (24 sloc) 0.948 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# create RSA certs - Server
 
RANDFILE = /var/certs/openssl.rnd
 
[ req ]
default_bits = 1024
encrypt_key = yes
distinguished_name = req_dn
x509_extensions = cert_type
 
[ req_dn ]
countryName = Country Name (2 letter code)
countryName_default = US
 
stateOrProvinceName = State or Province Name (full name)
stateOrProvinceName_default = Washington DC
 
localityName = Locality Name (eg, city)
localityName_default = Washington DC
 
organizationName = Organization Name (eg, company)
organizationName_default = Revolution
 
organizationalUnitName = Organizational Unit Name (eg, section)
organizationalUnitName_default = Ninjas
 
commonName = Common Name (FQDN of your server)
commonName_default = localhost
 
emailAddress = Email Address
emailAddress_default = gabrielh@gmail.com
 
[ cert_type ]
nsCertType = server