# File lib/rhc/helpers.rb, line 238
    def certificate_fingerprint(file)
      Digest::SHA1.hexdigest(certificate_file(file).to_der)
    end