From 015764ffc9d73b585417a45b17b69d4d9f2e22fc Mon Sep 17 00:00:00 2001 From: Scruel Tao Date: Mon, 22 Apr 2024 11:16:49 +0800 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index 8ac40e5..203b2b3 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -648,7 +648,7 @@ As pointed out [inside the deploy script file](https://github.com/acmesh-officia > If you installed `acme.sh` in DSM rather than docker, and executed `export SYNO_USE_TEMP_ADMIN=1`, feel free to skip this section, because we won't need your own credential at all. BTW, if your DSM lost the required built-in tools to create temp admin user, the script will let you know, so you can back here to learn more. > -> We highly recommand you to choose the temp user method if avaiable, so you won't need to provide any of your own DSM credential, and the script won't need to store relaetd credential (in plaintext) on your disk. +> We highly recommand you to choose the temp user method if avaiable, so you won't need to provide any of your own DSM credential, and the script won't need to store related credential (in plaintext) on your disk. For accessing the DSM successfully, the script will require you to provide your admin user credential (username & password), you can do it by exporting them, and for the future automatic execution, the script will save them in your disk (in plaintext).