Sha256: 43dcbb12fdfba62c9538f44eb07f3cfcd9bf0c3873ad1eff01f8fcbaf14df4e4
Contents?: true
Size: 378 Bytes
Versions: 258
Compression:
Stored size: 378 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 key on disk. This terminus works with the CA key *only*, because that's the only key that the CA ever interacts with." store_in :privatekeydir store_ca_at :cakey def allow_remote_requests? false end end
Version data entries
258 entries across 258 versions & 3 rubygems