mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-02-28 13:20:13 +08:00
Updated Synology NAS Guide (markdown)
parent
3422765c68
commit
fa83cd77f6
@ -66,7 +66,7 @@ $ ./acme.sh --deploy --home . -d "$CERT_DOMAIN" --deploy-hook synology_dsm
|
||||
```
|
||||
|
||||
Note that if the user entered for `SYNO_Username` has enabled two-factor authentication (2FA), the login will fail and the error states that user/password is wrong, even if both are correct.
|
||||
To fix this, simply follow the steps described at the [Synology DSM deployhook](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-cert-into-synology-dsm) wiki page - in short: log into your DSM via its website, making sure you've ticked `Remember this device` when asked for your OTP, get the `did` cookie's value and set the environment variable:
|
||||
To fix this, simply follow the steps described at the [Synology DSM deployhook](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-certificate-to-synology-dsm) wiki page - in short: log into your DSM via its website, making sure you've ticked `Remember this device` when asked for your OTP, get the `did` cookie's value and set the environment variable:
|
||||
```sh
|
||||
export SYNO_DID='YOUR VALUE'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user