Add ContactManager
diff --git a/src/contact-storage.cpp b/src/contact-storage.cpp
index 21fcf51..3197d9c 100644
--- a/src/contact-storage.cpp
+++ b/src/contact-storage.cpp
@@ -454,6 +454,7 @@
 
   Ptr<security::IdentityCertificate> dskCert = m_identityManager->getCertificate(certificateName);
   Ptr<const signature::Sha256WithRsa> dskCertSig = boost::dynamic_pointer_cast<const signature::Sha256WithRsa>(dskCert->getSignature());
+  // HACK! KSK certificate should be retrieved from network.
   Ptr<security::IdentityCertificate> kskCert = m_identityManager->getCertificate(dskCertSig->getKeyLocator().getKeyName());
 
   vector<string> endorseList;