speedianet / os

Speedia OS is a container operating system designed so you never have to write a Dockerfile again.
https://speedia.net/os/
Eclipse Public License 2.0
12 stars 2 forks source link

fix: improve valid SSL creation to validate domain and include other vhosts and aliases #105

Closed polillomm closed 2 months ago

polillomm commented 3 months ago

Currently, the method for replacing SSL certificates with valid ones does not cover other top-level vhosts or their respective aliases. A similar logic to that used for creating self-signed certificates should be implemented.

Additionally, a validation must be included for each vhost and alias to ensure they are valid and correctly pointed to the SpeediaOS server.

polillomm commented 3 months ago

To track the progress of this task, visit the following link in my fork: fix/improve-valid-ssl-creation.