pub async fn verisign_sync(
    domain: &str,
    month: u32,
    day: u32,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<UpdateResponse>, Error>
Expand description

Performs a Verisign ConsoliDate

Arguments

  • domain - The domain to be updated
  • month - Month to move renewal to
  • day - Day of month to move renewal to