update

Change-Id: Ib458416378ebbe8d41db2b08d3537c3939fa8b79
diff --git a/tools/ndncert-client.cpp b/tools/ndncert-client.cpp
index b2cbb34..66801b2 100644
--- a/tools/ndncert-client.cpp
+++ b/tools/ndncert-client.cpp
@@ -220,7 +220,7 @@
             << ": Will use a new trust anchor, please double check the identity info:" << std::endl
             << "> New CA name: " << profile->caPrefix.toUri() << std::endl
             << "> This trust anchor information is signed by: " << reply.getSignatureInfo().getKeyLocator() << std::endl
-            << "> The certificate: " << profile->cert << std::endl
+            << "> The certificate: " << *profile->cert << std::endl
             << "Do you trust the information? Type in YES or NO" << std::endl;
 
   std::string answer;