|
@@ -28,6 +28,7 @@ Not yet released.
|
|
- [Custom OpenPanel and OpenAdmin templates](#custom-templates) can now be defined by the Administrator
|
|
- [Custom OpenPanel and OpenAdmin templates](#custom-templates) can now be defined by the Administrator
|
|
- [BasicAuth for OpenAdmin panel](#basicauth-for-openadmin)
|
|
- [BasicAuth for OpenAdmin panel](#basicauth-for-openadmin)
|
|
- [DNS zone export for *OpenPanel > Edit DNS Zone*](#export-dns-zone)
|
|
- [DNS zone export for *OpenPanel > Edit DNS Zone*](#export-dns-zone)
|
|
|
|
+- [Selfsigned SSL inside docker containers for Nginx & Apache](#selfsigned-ssl)
|
|
|
|
|
|
### 💅 Polish
|
|
### 💅 Polish
|
|
- Added check if docker images exist before creating plans.
|
|
- Added check if docker images exist before creating plans.
|
|
@@ -76,6 +77,14 @@ service admin reload
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+---
|
|
|
|
+
|
|
|
|
+### Selfsigned SSL
|
|
|
|
+
|
|
|
|
+Docker images are now equipped with self-signed SSL certificates, enabling the establishment of secure connections from the Nginx proxy on the host server.
|
|
|
|
+
|
|
|
|
+This eliminates the need to [add custom code to wp-config.php to make WordPress work behind reverse proxy](https://developer.wordpress.org/advanced-administration/security/https/#administration-over-https).
|
|
|
|
+
|
|
---
|
|
---
|
|
|
|
|
|
### OpenAdmin > ModSecurity
|
|
### OpenAdmin > ModSecurity
|