Example of using SSL: CA => CSR => Sign
This commit is contained in:
parent
78d7233ff3
commit
ca5d4c4b72
3 changed files with 96 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue