Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions blog/2025-03-26-how-installer-works-part-1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

<!-- truncate -->
---

## Backward Compatibility with Educates 2.x
Expand Down