# File lib/puppet/ssl/certificate.rb, line 30 30: def expiration 31: return nil unless content 32: return content.not_after 33: end