Skip to main content

Key Management Nightmare

I have worked in a few places where PKI has been deployed and managed manually. We have had major issues in managing the keys issued and the nightmare we had as we updated our key management systems. (excel sheets)

At one of the organizations I worked for, the system used a internally generated PKI for managing a large set of devices. These devices were issued certificates and are needed to connect to the server. This being an important and critical system involving devices all across the United States and Canada was such a pain to maintain as the certificates expire at different times and it was difficult to keep of track of expiring certificates, equipment that are pulled off the network and those that needs to expired for some reason. The main certificate server based on OpenSSL had the root certificate and the copies of the client certificates were maintained in a USB FoB key and locked away. The process is so contorted and involved two FTEs to handle this job on a regular basis (Even though the actual work load was low, it needed the two FTEs to be involved as and when required). If you thought the process end here, you are wrong, the CRL needs to be published on a weekly basis on to a F5 load balancers to take the load of the servers, but this is a regular weekly job and this data is to be updated on a regular basis.

The problem is mainly as a consequence of the CA being internal and not not being trusted on to the OSes that the devices run. To add to all these issues, every time a new build for the devices are issued, the certificates have to be reissued. This is because of the fact that the security policy of the organization mandates that all certificates should not be exportable!!!! Now don't we have a management nightmare here.

Would like to hear if some one has a similar system that needs to be managed and how they do it. Do drop in an email at blog at sridharkrish.com

For some one interested this is one great product to manage keys

http://www.venafi.com/

Comments

Popular posts from this blog

HIPAA - What is that we need to know .... Cyberawareness for a Health Care Organization

  Here is a detailed cyber awareness training for HIPAA candidates: Introduction to HIPAA: Provide an overview of the Health Insurance Portability and Accountability Act (HIPAA) and the importance of protecting patient information. Understanding HIPAA regulations: Explain the different regulations under HIPAA, such as the Privacy Rule, Security Rule, and Breach Notification Rule. Identifying and reporting breaches: Teach employees how to identify a potential breach of patient information and the proper procedures for reporting it. Phishing and social engineering: Provide training on how to identify and avoid phishing emails and other social engineering tactics. Passwords and authentication: Teach employees about the importance of strong passwords and multi-factor authentication. Mobile device security: Discuss the risks of using mobile devices to access patient information and the measures employees can take to keep the information secure. Remote access security: Explain the risks ...

AI/ML Open Source Framework for adoption at an organization

  Data Storage : The first step in any ML pipeline is to store the data that will be used for training and testing. AWS offers various data storage options like Amazon S3, Amazon EFS, and Amazon EBS. Choose the one that best suits your requirements. Data Preprocessing : Data preprocessing is an important step in any ML pipeline. This step includes cleaning, normalizing, and transforming the data to make it suitable for training ML models. You can use open-source libraries like Pandas, NumPy, and Scikit-Learn for data preprocessing. Model Training : The next step is to train your ML models. You can use open-source ML frameworks like TensorFlow, PyTorch, or Apache MXNet for this step. AWS also offers its own ML framework called Amazon SageMaker, which provides a managed platform for training and deploying ML models. Model Evaluation : Once the models are trained, they need to be evaluated to ensure that they are accurate and reliable. You can use open-source libraries like scikit-lea...

The Shifting Landscape of Knowledge and the Nobel Prize

Our recent conversation sparked some interesting thoughts about the prestigious Nobel Prize and the distribution of its recipients across the globe. Inspired by a user's search history, we delved into the fascinating patterns and potential implications of who gets recognized for groundbreaking achievements. The initial point of discussion centered on the user's search activity, which revealed an interest in various scientific and technological topics, as well as a specific search for "Nobel Prize winners by country." This led us to explore the geographical distribution of Nobel laureates, and a question arose: why does it seem that certain schools and countries, particularly in the West, have a higher representation? We considered several factors that might contribute to this observation: Historical Dominance in Science: Historically, Western nations have often been at the forefront of scientific research due to earlier investments and established infrastructure. V...