mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Added info about user login error when the user has 2fa auth enabled.
@@ -63,6 +63,8 @@ $ export SYNO_Certificate=""
|
||||
$ ./acme.sh --deploy -d "$CERT_DOMAIN" --deploy-hook synology_dsm
|
||||
```
|
||||
|
||||
Note that the user entered into `SYNO_Username` must not have two-factor authentication enabled. If it has, an error will say that the user/password is wrong, even if they are correct. If the chosen user has 2fa enabled, a workaround is to create a new user in the `admin` group just for this task.
|
||||
|
||||
### Deploying additional certificates
|
||||
|
||||
By specifying a different `SYNO_Certificate` and (optionally) `SYNO_Create`, we can deploy multiple certificates to the DSM. These commands assume you are still working in the same terminal and have exported all other necessary variables described above.
|
||||
|
||||
Reference in New Issue
Block a user