Allow uploading csr along with certificates
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user