diff --git a/lemur/certificates/views.py b/lemur/certificates/views.py index e77160b2..fe1a1f9c 100644 --- a/lemur/certificates/views.py +++ b/lemur/certificates/views.py @@ -306,6 +306,7 @@ class CertificatesUpload(AuthenticatedResource): "body": "-----BEGIN CERTIFICATE-----...", "chain": "-----BEGIN CERTIFICATE-----...", "privateKey": "-----BEGIN RSA PRIVATE KEY-----..." + "csr": "-----BEGIN CERTIFICATE REQUEST-----..." "destinations": [], "notifications": [], "replacements": [],