Adding the ability to specify a per-certificate rotation policy. (#851)
This commit is contained in:
@ -10,7 +10,6 @@ def rotate_certificate(endpoint, new_cert):
|
||||
:return:
|
||||
"""
|
||||
# ensure that certificate is available for rotation
|
||||
|
||||
endpoint.source.plugin.update_endpoint(endpoint, new_cert)
|
||||
endpoint.certificate = new_cert
|
||||
database.update(endpoint)
|
||||
|
Reference in New Issue
Block a user