exe/protonbot-gencert in protonbot-0.3.3 vs exe/protonbot-gencert in protonbot-0.3.4
- old
+ new
@@ -2,6 +2,6 @@
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
\ No newline at end of file
+end