Sha256: 2fa247c70b9d64b2fbf0791e42bc7c6613b289fe18185ec7d707b64720f293ac

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 Bytes

Contents

actions [ :create ]
default_action :create

attribute :name,       :kind_of => String,  :name_attribute => true
attribute :owner,       :kind_of => String
attribute :group,      :kind_of => String
attribute :expire,     :kind_of => Fixnum
attribute :mode
attribute :org,        :kind_of => String, :required => true
attribute :org_unit,   :kind_of => String, :required => true
attribute :country,    :kind_of => String, :required => true
attribute :common_name, :kind_of => String, :required => true
attribute :key_file,   :kind_of => String, :default => nil
attribute :key_pass,   :kind_of => String, :default => nil
attribute :key_length, :kind_of => Fixnum, :default => 2048

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
from-scratch-0.1.1 cookbooks/openssl/resources/x509.rb