Sha256: 480c20eaa3c304eb8cc8136e237d95e198cdd23047df702fdc030e5fff4a30f0

Contents?: true

Size: 221 Bytes

Versions: 16

Compression:

Stored size: 221 Bytes

Contents

#!/usr/bin/ruby
if ARGV[0]
  `openssl req -x509 -new -newkey rsa:4096 -sha256 -days 1000 -nodes -out #{ARGV[0]}.crt -keyout #{ARGV[0]}.key`
else
  puts 'No filename provided!'
  puts "Usage: protonbot-cert <filename>"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
protonbot-0.3.3 exe/protonbot-gencert
protonbot-0.3.2 exe/protonbot-gencert
protonbot-0.3.1 exe/protonbot-gencert
protonbot-0.3.0 exe/protonbot-gencert
protonbot-0.2.7 exe/protonbot-gencert
protonbot-0.2.6 exe/protonbot-gencert
protonbot-0.2.5 exe/protonbot-gencert
protonbot-0.2.4 exe/protonbot-gencert
protonbot-0.2.3 exe/protonbot-gencert
protonbot-0.2.2 exe/protonbot-gencert
protonbot-0.2.1 exe/protonbot-gencert
protonbot-0.2.0 exe/protonbot-gencert
protonbot-0.1.3 exe/protonbot-gencert
protonbot-0.1.2 exe/protonbot-gencert
protonbot-0.1.1 exe/protonbot-gencert
protonbot-0.1.0 exe/protonbot-gencert