Example of using SSL: CA => CSR => Sign

This commit is contained in:
Artur Gurgul 2025-08-12 07:35:18 +02:00
parent 78d7233ff3
commit ca5d4c4b72
3 changed files with 96 additions and 2 deletions

3
bin/vm
View file

@ -18,7 +18,8 @@ OptionParser.new do |opt|
opt.on('--name NAME', 'Virtaul Machine name') do |name|
options.name = name
end
# new from copy
# fetch from the server
end.parse!