Skip to main content

2 posts tagged with "CI/CD"

View All Tags

Automating Security - Elevating Your Digital Defense with Smart Password Management

· 2 min read
Tyler Engelhardt
Founder of Mainely Innovations

Service Account Overview

In the realm of Production system maintenance and risk reduction, service password management stands as a critical yet traditionally manual process. Regulatory requirements, like NERC, often mandate password rotation, while cyber policies seek to fortify the digital environment. For complex systems like AVEVA PI Server or SCADA integrations, the manual effort involved in logging into servers, coordinating downtime, and ensuring system stability post-rotation can be an all-day event. Enter automation tools, streamlining coordination and minimizing the code required for these processes.

Automating SSL Certificates for AVEVA PI System with Terraform, Ansible, and CI/CD

· 6 min read
Tyler Engelhardt
Founder of Mainely Innovations

Automation Overview

Managing SSL certificates across dozens of PI Vision and PI Web API servers can be a complex and error-prone process. This blog post explores a comprehensive approach to automate SSL certificate provisioning and deployment using Terraform, Ansible, and CI/CD pipelines, specifically focusing on AWS Private CA and ACM for certificate management.

Deploying SSL certificates is a critical yet challenging aspect of managing secure connections across multiple servers. Manual processes can be prone to errors and time-consuming. Automation becomes essential to streamline the deployment, rotation, and overall management of SSL certificates. In this context, we'll delve into leveraging the power of AWS ACM along with Terraform and Ansible for an efficient and automated solution.