# File lib/puppet/sslcertificates/certificate.rb, line 35
35:     def exists?
36:         return FileTest.exists?(@certfile)
37:     end