diff --git a/documentation/docs/changelog/0.2.2.md b/documentation/docs/changelog/0.2.2.md index f600247d..56c9198a 100644 --- a/documentation/docs/changelog/0.2.2.md +++ b/documentation/docs/changelog/0.2.2.md @@ -10,6 +10,7 @@ Not yet released. ### 🚀 New features +- [DNSSEC for OpenPanel domains](#DNSSEC) - Google PageSpeed data for WordPress websites on [OpenPanel WPManager](/docs/panel/applications/wordpress/). - Option to clear cached RAM from [OpenAdmin Dashboard](/docs/admin/dashboard/) page. - [Shared phpMyAdmin for All OpenPanel users and their MySQL users](#phpmyadmin) @@ -20,6 +21,28 @@ Not yet released. - Fixed bugs on *OpenAdmin > Users > Profile* and *OpenPanel > Dashboard* with disk usage information not displayed when overlay2 storage driver is used. + +### DNSSEC + +New command `opencli domains-dnssec` is available and allows administrators to enable DNSSEC, re-sign the zone and view DS records for domains. + +- to enable dnssec for example.net : + ``` + opencli domains-dnssec example.com + ``` + +- to update the zone after publishing new records: + ``` + opencli domains-dnssec --update + ``` + +- to check if domain has dnssec enabled and view DS records: + ``` + opencli domains-dnssec --check + ``` + +Please note that this feature is still experimental and there is still no UI for it in OpenPanel interface. + ### phpMyAdmin Added an option to run a shared phpMyAdmin service accessible on a custom domain, allowing login for all MySQL users of OpenPanel. This service contradicts OpenPanel's usual setup where each user has independent services, but it was requested by a few users, so we decided to implement it. It remains disabled by default.