|
log.Println("[not found] acme.sh, installing...")
|
|
log.Println("[not found] acme.sh, installing...")
|
|
out, err := exec.Command("curl", "-o", "../tmp/acme.sh", "https://get.acme.sh").
|
|
out, err := exec.Command("curl", "-o", "../tmp/acme.sh", "https://get.acme.sh").
|