From 995066ce415a15df7277ab79d34646371f6dc923 Mon Sep 17 00:00:00 2001 From: Erfan <37825504+erfantkerfan@users.noreply.github.com> Date: Fri, 26 Dec 2025 14:49:49 +0330 Subject: [PATCH] Updated dnsapi2 (markdown) --- dnsapi2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dnsapi2.md b/dnsapi2.md index 056fc19..80d3ca7 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -2908,7 +2908,6 @@ Get workspace details at https://ocean.sotoon.ir/profile/workspaces ```sh export Sotoon_Token="" export Sotoon_WorkspaceUUID="" -export Sotoon_WorkspaceName="" ``` To issue a cert: @@ -2916,7 +2915,7 @@ To issue a cert: ./acme.sh --issue --dns dns_sotoon -d example.com -d *.example.com ``` -The `Sotoon_Token`,`Sotoon_WorkspaceUUID`,`Sotoon_WorkspaceName` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +The `Sotoon_Token`,`Sotoon_WorkspaceUUID` 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/6656)