diff --git a/dnsapi2.md b/dnsapi2.md
index 00278fd..509307c 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -80,6 +80,7 @@
- [156. Use Nanelo DNS API](#dns_nanelo)
- [157. Use Google Domains DNS API](#dns_googledomains)
- [158. Use DNSExit API](#dns_dnsexit)
+- [159. Use Lima-City (Trafficplex)](#dns_limacity)
- [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon)
@@ -2000,6 +2001,26 @@ The login variables will be saved in `~/.acme.sh/account.conf` and will be reuse
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/4719).
+
+
+## 159. Use Lima-City API to automatically issue cert
+
+You'll need an API key for your Lima-City account which you can find under Account Section in your User control panel.
+
+```sh
+export LIMACITY_APIKEY=""
+```
+
+To issue a cert, run the following:
+```sh
+./acme.sh --issue --dns dns_limacity -d example.com -d *.example.com
+```
+
+The login variables will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
+
+Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/4758).
+
+