Project

General

Profile

« Previous | Next » 

Revision 6775b446

Added by Eric Helms about 10 years ago

Update puppet modules

View differences:

modules/certs/lib/puppet/provider/key_bundle/katello_ssl_tool.rb
end
def pubkey
# strips the textual info from the certificate file
openssl('x509', '-in', pubkey_source_path)
if resource[:strip]
# strips the textual info from the certificate file
openssl('x509', '-in', pubkey_source_path)
else
File.read(pubkey_source_path)
end
end
def privkey

Also available in: Unified diff