Sha256: 06779a6f51f5d259d162f8da66e1d107174ac6f486bde24f8ace988be8d29a9a
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
CA[:hostname] = 'host' CA[:domainname] = 'host.example.com' CA[:CA_dir] = File.join Dir.pwd, "CA" CA[:password] = '1234' CERTS << { :type => 'server', :hostname => 'host', :password => '5678', } CERTS << { :type => 'client', :user => 'user', :email => 'user@example.com', }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quick_cert-2.0 | sample/qc_config |