Positive response from server looks as follows:
<packet version="1.4.2.0">
<certificate>
<install>
<result>
<status>ok</status>
</result>
</install>
</certificate>
</packet>
Negative responses from server can look as follows:
<packet version="1.4.2.0">
<certificate>
<install>
<result>
<status>error</status>
<errcode>8002</errcode>
<errtext>Unable to set csr content to certificate : CSR field contains an improper value : openssl failed: </errtext>
</result>
</install>
</certificate>
</packet>
<packet version="1.4.2.0">
<certificate>
<install>
<result>
<status>error</status>
<errcode>8006</errcode>
<errtext>Unable to set certificate name : </errtext>
</result>
</install>
</certificate>
</packet>
Response packet with the error is received from the server if the name node in a request packet contains the name of certificate already installed to one of the repositories.