diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 9fef8fe..a7bf086 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -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' ```