lemur/lemur/certificates
Marti Raudsepp 82158aece6 Fill in missing cert rotation_policy; don't ignore validation errors when re-issuing certs
CertificateInputSchema requires the rotation_policy field, but
certificates created before the field existed have set to NULL. Thus
saving such certificates failed and probably caused other errors.

Made cert re-issuing (get_certificate_primitives) more strict so such
errors are harder to miss in the future.
2018-08-03 20:06:21 +03:00
..
__init__.py initial commit 2015-06-22 13:47:27 -07:00
cli.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
hooks.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
models.py Clean up module imports 2018-07-07 23:56:23 +03:00
schemas.py Adds an optional interval variable to notification service's 2018-07-13 14:08:31 -07:00
service.py Fill in missing cert rotation_policy; don't ignore validation errors when re-issuing certs 2018-08-03 20:06:21 +03:00
verify.py Addressing comments. Updating copyrights. Added function to determine authorative name server 2018-05-29 10:23:01 -07:00
views.py Proper flask_restful boolean parsing. 2018-07-30 13:49:41 -07:00