Sha256: 03ae2a31fdef897b2bd67aaede4adaf8162fc13ef0d15863b774b46100d7fdc7
Contents?: true
Size: 343 Bytes
Versions: 6
Compression:
Stored size: 343 Bytes
Contents
require 'puppet/indirector/ssl_file' require 'puppet/ssl/key' class Puppet::SSL::Key::Ca < Puppet::Indirector::SslFile desc "Manage the CA's private on disk. This terminus *only* works with the CA key, because that's the only key that the CA ever interacts with." store_in :privatekeydir store_ca_at :cakey end
Version data entries
6 entries across 6 versions & 1 rubygems