# File lib/puppet/ssl/certificate_authority.rb, line 182 182: def list 183: Puppet::SSL::Certificate.search("*").collect { |c| c.name } 184: end