Managing SSL across multiple projects still feels more manual than it should be
Managing SSL across multiple projects remains a challenge, as it often requires manual intervention for renewals and tracking. The author has developed a tool to streamline this process and is seeking feedback from others on their SSL management practices. The discussion highlights the need for improved automation in SSL management across various environments.
- ▪SSL management is mostly resolved for single sites but remains manual for multiple projects.
- ▪The author created a tool to help manage SSL renewals and tracking.
- ▪The article invites others to share their experiences and solutions for SSL management.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3941906) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Lcy0128 Posted on May 20 Managing SSL across multiple projects still feels more manual than it should be #automation #devops #discuss #security For a single site, SSL is mostly solved. But across multiple projects, domains, or environments, it still feels more manual than it should be — renewals, expiration tracking, validation, and general visibility. I ran into this enough times that I ended up building a small tool for it.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).