Fix Typo
parent
07737dc4e0
commit
8b9464b6f3
|
@ -78,9 +78,9 @@ export SYNO_Password='Admin_Password!123'
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that if the user entered for `SYNO_Username` has enabled two-factor authentication (2FA), the script will require you to manually input the TOTP code just like you were logging in on the Web UI (if you didn't provide the code via `export SYNO_OTPCode=XXXXXX`), it will also require you to input the device name for verification (also can be provided via like `export SYNO_DeviceName=CertRenewal`), then obtain to store necessary info which can be used to omit the TOTP, so you won't need to do manually input again in the future.
|
Note that if the user entered for `SYNO_Username` has enabled two-factor authentication (2FA), the script will require you to manually input the TOTP code just like you were logging in on the Web UI (if you didn't provide the code via `export SYNO_OTPCode=XXXXXX`), it will also require you to input the device name for verification (also can be provided via like `export SYNO_DeviceName=CertRenewal`), then obtain to store necessary info which can be used to omit the TOTP, so you won't need to do manually input again in the future.
|
||||||
> BTW, as you may know if you used to use this script to deploy, the necessary info here now is so-called parameter "Device ID", if you are a pro user and want to obtain it manually, you still can, method 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 `SYNO_DeviceID`:
|
> BTW, as you may know if you used to use this script to deploy, the necessary info here now is so-called parameter "Device ID", if you are a pro user and want to obtain it manually, you still can, method 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 `SYNO_Device_ID`:
|
||||||
```sh
|
```sh
|
||||||
export SYNO_DeviceID='YOUR VALUE'
|
export SYNO_Device_ID='YOUR VALUE'
|
||||||
./acme.sh --deploy --home . -d "$CERT_DOMAIN" --deploy-hook synology_dsm
|
./acme.sh --deploy --home . -d "$CERT_DOMAIN" --deploy-hook synology_dsm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue