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

View file

@ -28,7 +28,7 @@ module VirtualMachine
Downloader.get(url) do |path|
disk_img_path = File.join(User.cache_path, "vm", distro.to_s, arch.to_s, options[:name], "root.img")
create_disk_image(disk_img_path, 5000)
create_disk_image(disk_img_path, 15000)
puts path
puts disk_img_path