Allow uploading csr along with certificates

This commit is contained in:
Jose Plana
2019-02-15 14:31:16 +01:00
parent cf5b0145bd
commit c1b02cc8a5
3 changed files with 15 additions and 0 deletions

View File

@ -456,6 +456,7 @@ def test_certificate_upload_schema_ok(client):
'body': SAN_CERT_STR,
'privateKey': SAN_CERT_KEY,
'chain': INTERMEDIATE_CERT_STR,
'csr': CSR_STR,
'external_id': '1234',
}
data, errors = CertificateUploadInputSchema().load(data)