summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl/certificate_authority.rb
blob: 63bce60887cc755e70617162f332a93bd129142c (plain)
1
2
3
4
5
require 'puppet/ssl'

# The class that knows how to sign certificates.
class Puppet::SSL::CertificateAuthority
end