Jackknife one step estimator?



X_1,X_2,...X_n are iid Bernoulli(p).
the MLE of p^2 is ( (SUM 1 to n) X_i/n))^2. what is the jackknife estimator based on the MLE and how do i find it?
.