From fd4ef3c95cdd17cba69823593170f773e0daa092 Mon Sep 17 00:00:00 2001 From: lutter Date: Mon, 18 Sep 2006 10:45:14 +0000 Subject: Better documentation around certificate revocation and mgmt git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1619 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/sslcertificates/inventory.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/puppet/sslcertificates/inventory.rb b/lib/puppet/sslcertificates/inventory.rb index f3f790906..4dbf60410 100644 --- a/lib/puppet/sslcertificates/inventory.rb +++ b/lib/puppet/sslcertificates/inventory.rb @@ -32,6 +32,7 @@ module Puppet::SSLCertificates end inv = File.open(filename, "w") inv.puts "# Inventory of signed certificates" + inv.puts "# SERIAL NOT_BEFORE _NOT_AFTER SUBJECT" Dir.glob(File::join(Puppet[:signeddir], "*.pem")) do |f| format(inv, OpenSSL::X509::Certificate.new(File::read(f))) end -- cgit