Sha256: 58be805126b5d3e6e655d3ea6209d60785aac4e2cc80f4d8af031053ed912260
Contents?: true
Size: 375 Bytes
Versions: 142
Compression:
Stored size: 375 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 def allow_remote_requests? false end end
Version data entries
142 entries across 142 versions & 2 rubygems