Sha256: 7f2de141c6924ff4b4c519b75499518c02c18f33fa5145859612065d8046dceb
Contents?: true
Size: 446 Bytes
Versions: 11
Compression:
Stored size: 446 Bytes
Contents
#!/usr/bin/env ruby require 'saml/kit' puts "Enter Password:" password = STDIN.read.strip certificate, private_key = Saml::Kit::SelfSignedCertificate.new(password).create puts "** BEGIN File Format **" print certificate puts private_key puts "***********************" puts puts "*** BEGIN ENV Format **" puts certificate.inspect puts private_key.inspect puts "***********************" puts puts "Private Key Password:" puts password.inspect
Version data entries
11 entries across 11 versions & 1 rubygems