This commit is contained in:
Hossein Shafagh 2021-01-29 10:46:58 -08:00 committed by GitHub
parent 895d5e6ec7
commit d5f678f70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -249,8 +249,8 @@ def rotate(endpoint_name, new_certificate_name, old_certificate_name, message, c
current_app.logger.info(log_data) current_app.logger.info(log_data)
else: else:
# no certificate name or endpoint was provided, so we will now fetch all endpoints, # No certificate name or endpoint is provided. We will now fetch all endpoints,
# which have are attached to a certificate that has been replaced # which are associated with a certificate that has been replaced
print("[+] Rotating all endpoints that have new certificates available") print("[+] Rotating all endpoints that have new certificates available")
for endpoint in endpoint_service.get_all_pending_rotation(): for endpoint in endpoint_service.get_all_pending_rotation():