Sha256: ac5ced3f5678e5d7df34a57a9191c55900dbc001834fdca51d58053fe691ed21
Contents?: true
Size: 329 Bytes
Versions: 96
Compression:
Stored size: 329 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
96 entries across 96 versions & 4 rubygems