creating raw images for QEMU
This commit is contained in:
parent
3b9e0a1f33
commit
49cc960703
13 changed files with 164 additions and 17 deletions
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
module Certbot
|
||||
|
||||
def self.create_certificate(domain, wildcard = false)
|
||||
command = "/home/artur/.dat/bin/certbot"
|
||||
if wildcard
|
||||
|
|
@ -9,5 +8,4 @@ module Certbot
|
|||
system "sudo #{command} --nginx -d #{domain}"
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue