ineffective line

This commit is contained in:
Hossein Shafagh 2021-01-28 15:44:10 -08:00
parent de762d2e53
commit 92dabe5d43
1 changed files with 0 additions and 2 deletions

View File

@ -239,8 +239,6 @@ def rotate(endpoint_name, new_certificate_name, old_certificate_name, message, c
elif old_cert and new_cert:
print(f"[+] Rotating all endpoints from {old_cert.name} to {new_cert.name}")
log_data["message"] = "Rotating all endpoints"
log_data["certificate"] = new_cert.name
log_data["certificate_old"] = old_cert.name
log_data["message"] = "Rotating endpoint from old to new cert"