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