Actual behavior
EST-SERVER returning the certificates in PKCS#7 format to the est-client signed by CA using openssl_ca_handler having new additional lines at the end of the certificates.Due to these new lines est-client fails to convert these PKCS#7 certificates into pem file.
Expected behavior
EST-SERVER should return certificates to est-client without any additional lines at the end of the certificates so that est-client can convert easily PKCS#7 certificate into pem file.
