# File lib/fog/aws.rb, line 197
      def self.key_material
        OpenSSL::PKey::RSA.generate(1024).to_s
      end