v1.2.0
This commit is contained in:
@@ -141,6 +141,7 @@ pub fn request_acme_certificate(acme_request: AcmeRequest, dns_cleaned_domains:
|
||||
let mut line = String::new();
|
||||
information!("You need to config dns manually, press enter to continue...");
|
||||
let _ = std::io::stdin().read_line(&mut line).unwrap();
|
||||
information!("Continued")
|
||||
} else {
|
||||
return simple_error!("Interact is not allowed, --allow-interact to allow interact");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user