* Fixing email notification

* Adding endpoint expiration

* Fixing endpoint type for ELBs

* Allowing verisign to include additional SANs
This commit is contained in:
kevgliss
2016-12-08 15:52:27 -08:00
committed by GitHub
parent a4b32b0d31
commit 968dd52f6f
6 changed files with 44 additions and 5 deletions

View File

@ -121,8 +121,6 @@ def rotate(new_certificate_name=False, old_certificate_name=False, message=False
@manager.command
def reissue(old_certificate_name, commit=False):
from lemur.certificates.service import get_by_name, reissue_certificate, get_certificate_primitives
old_cert = get_by_name(old_certificate_name)
if not old_cert: