Certificate generation failure on Clone leads to warning
When a site Clone task is running, certificate generation is attempted 4 times:
- The source site: No problems.
- The destination site: Failure warning issued as site has not been configured yet.
- The destination site: No problems; Initial certificate is generated.
- The source site: No problems.
This seems a bit wasteful. Only the third step needs to run, but not really, as this will happen on the forthcoming destination site's Verify task.
In any case, we should somehow block the second step from running, as it's causing an unnecessary warning.