Object
@api private
# File lib/puppet/ssl/certificate_authority.rb, line 500 def allowed?(csr) autosign_store.allowed?(csr.name, '127.1.1.1') end
# File lib/puppet/ssl/certificate_authority.rb, line 496 def initialize(config_file) @config = config_file end