diff --git a/security/acme-client/pkg-descr b/security/acme-client/pkg-descr
index 67271d443..b559755f7 100644
--- a/security/acme-client/pkg-descr
+++ b/security/acme-client/pkg-descr
@@ -10,6 +10,9 @@ Plugin Changelog
2.2
+Added:
+* add support for hexonet.com DNS API (#2134)
+
Fixed:
* fix DNS challenge alias mode (#2128, #2130)
diff --git a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml
index 00ca5e203..e6999e3a9 100644
--- a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml
+++ b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml
@@ -1221,4 +1221,20 @@
text
+
+
+ header
+
+
+
+ validation.dns_hexonet_login
+
+ text
+ This should be a combination of the username and role ID. For example, when the username is "myuser" and role ID is "testrole", then "myuser!testrole" must be used here.
+
+
+ validation.dns_hexonet_password
+
+ password
+
diff --git a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/DnsHexonet.php b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/DnsHexonet.php
new file mode 100644
index 000000000..570b59dbf
--- /dev/null
+++ b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/DnsHexonet.php
@@ -0,0 +1,45 @@
+acme_env['Hexonet_Login'] = (string)$this->config->dns_hexonet_login;
+ $this->acme_env['Hexonet_Password'] = (string)$this->config->dns_hexonet_password;
+ }
+}
diff --git a/security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient/AcmeClient.xml b/security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient/AcmeClient.xml
index b87b20dbc..02722c751 100644
--- a/security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient/AcmeClient.xml
+++ b/security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient/AcmeClient.xml
@@ -401,6 +401,7 @@
Google Cloud DNS APIGratisDNS.dkHetzner DNS API
+ hexonet.com DNS APIhosting.de APIHurricane ElectricInfoblox API
@@ -917,6 +918,12 @@
N
+
+ N
+
+
+ N
+ N