Sha256: a2c51a74d6ad0c363c0b066964d9fc9e2a662f2673c50173e2c8fc4bce7a842d

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

full_hostname = `hostname`.strip
domainname = full_hostname.split('.')[1..-1].join('.')
hostname = full_hostname.split('.')[0]

CA[:hostname] = hostname
CA[:domainname] = domainname
CA[:CA_dir] = File.join Dir.pwd, "CA"
CA[:password] = '1234'

CERTS << {
  :type => 'server',
  :hostname => 'uriel',
  :password => '5678',
}

CERTS << {
  :type => 'client',
  :user => 'drbrain',
  :email => 'drbrain@segment7.net',
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 utils/QuickCert-1.0.2/data/examples/ruby/QuickCert/qc_config
IOWA-1.0.2 utils/QuickCert-1.0.2/data/examples/ruby/QuickCert/qc_config
IOWA-1.0.0 utils/QuickCert-1.0.2/data/examples/ruby/QuickCert/qc_config