diff --git a/blog/2025-03-21-how-to-best-work-locally/2025-03-21-how-to-best-work-locally.md b/blog/2025-03-21-how-to-best-work-locally/2025-03-21-how-to-best-work-locally.md index 7a1f917..4bf94a6 100644 --- a/blog/2025-03-21-how-to-best-work-locally/2025-03-21-how-to-best-work-locally.md +++ b/blog/2025-03-21-how-to-best-work-locally/2025-03-21-how-to-best-work-locally.md @@ -32,8 +32,8 @@ you don't get a browser warning when accessing a site served with them. ![Certificate not trusted](certificate_not_trusted.png) -Event though the process is different on different operating systems, there's an open source tool that makes the process -quite easy for all. [mkcert](https://mkcert.dev) is a simple tool for making locally-trusted development certificates. +Even though the process is different on different operating systems, there's an open source tool that makes the process +quite easy for all. [mkcert](https://mkcert.dev) is a simple tool for making locally-trusted development certificates. It requires no configuration. We will use only the CA generation for the purpose of this blog, although in a later blog, we will also show how you diff --git a/blog/2025-03-26-how-installer-works-part-1/index.md b/blog/2025-03-26-how-installer-works-part-1/index.md index 36c56e3..cb8a386 100644 --- a/blog/2025-03-26-how-installer-works-part-1/index.md +++ b/blog/2025-03-26-how-installer-works-part-1/index.md @@ -11,6 +11,7 @@ Before Educates 3.0, installation was limited to deploying the Educates Training In this article, we’ll explore how the new installer works, the supported cluster infrastructure providers in **Educates 3.2.0**, and the design decisions behind its implementation. Let’s dive in! + --- ## Backward Compatibility with Educates 2.x