- 11 Apr, 2022 1 commit
-
-
quthla authored
-
- 10 Apr, 2022 1 commit
-
-
quthla authored
-
- 19 Mar, 2022 3 commits
- 18 Mar, 2022 2 commits
-
-
Andreas Bießmann authored
In order to stop processing on failure to copy certificate to remote side, fail on error of scp command. Signed-off-by:
Andreas Bießmann <andreas@biessmann.org>
-
Andreas Bießmann authored
In order to detect errorneous scripts on remote side, catch return code and handle it respectively. Signed-off-by:
Andreas Bießmann <andreas@biessmann.org> Reviewed-by: Ross Shen @sjtuross
-
- 17 Mar, 2022 1 commit
-
-
Andreas Bießmann authored
Commit c46ceb06 introduced an error in routeros script. Fix it! Signed-off-by:
Andreas Bießmann <andreas@biessmann.org>
-
- 19 Feb, 2022 3 commits
-
-
Andreas Bießmann authored
This set the owner of script to ssh user, have the comment line in script as real comment and removes policy since this is set from current user, at least for RouterOS 7.x. Signed-off-by:
Andreas Bießmann <andreas@biessmann.org>
-
Andreas Bießmann authored
As the script is applying the fullchain which includes three certificates, delete all of them before applying updated certificate. Signed-off-by:
Andreas Bießmann <andreas@biessmann.org>
-
Andreas Bießmann authored
In order to modify ssh/scp commands make them configurable via environment variables. Signed-off-by:
Andreas Bießmann <andreas@biessmann.org>
-
- 10 Feb, 2022 1 commit
-
-
Mac_Zhou authored
-
- 08 Feb, 2022 1 commit
-
-
John Elliott authored
-
- 07 Feb, 2022 2 commits
-
-
John Elliott authored
-
John Elliott authored
Alerts the user that the oathtool is missing and the TOTP can't be generated.
-
- 20 Jan, 2022 2 commits
- 19 Jan, 2022 4 commits
- 16 Jan, 2022 1 commit
-
-
Ross Shen authored
related to #2344 and #2413
-
- 09 Jan, 2022 1 commit
-
-
Sergey Pashinin authored
-
- 06 Jan, 2022 1 commit
-
-
Frank Wall authored
Previously the deploy hook config was stored in the account config. This seems odd and adds unnecessary limitations to the hook. Now we're using the correct _*deployconf() functions to read and write the deploy hook config.
-
- 13 Nov, 2021 1 commit
-
-
Nasser Alansari authored
-
- 11 Nov, 2021 1 commit
-
-
F-Plass authored
solved the problem of UI-Restart after 12.0-U3
-
- 01 Nov, 2021 1 commit
-
-
Miguel Angelo authored
-
- 30 Sep, 2021 1 commit
-
-
Glenn Strauss authored
(requested by @Neilpang in #3687)
-
- 04 Sep, 2021 1 commit
-
-
Nookery authored
kong 2.5.x,snis参数是一个数组
-
- 01 Sep, 2021 2 commits
-
-
Glenn Strauss authored
(requested by @Neilpang in #3394) github: closes #3394
-
Michael Weber authored
* verbatim copy from haproxy.sh, s/haproxy/lighttpd * enable issuer
-
- 26 May, 2021 2 commits
-
-
Brian Hartvigsen authored
shellcheck sees '\\' as trying to escape the trailing quote (see koalaman/shellcheck#1548 ).
-
Brian Hartvigsen authored
This escapes special characters used in POSIX sed to prevent mismatches. e.g. `SYNO_Certficiate=*.example.com` would not match a description of "*.example.com" and would look to match any number of double quotes (the last character in the sed regex prior to certificate description), followed by any single character, followed by "example", followed by any character, followed by "com". After this change, it will properly match `*.example.com` and not `""zexamplefcom`. Additionally we now store the certificate description as base64 encoded to prevent issues with single quotes. Tested on DSM 7.0-41222 (VDSM) and DSM 6.2.4-25556 (DS1515+).
-
- 19 May, 2021 1 commit
-
-
Brian Hartvigsen authored
As noted by @buxm, previous fix didn't work for all versions of DSM 6. The better fix appears to be simply not outputting the "as_default" parameter unless we are doing something with the default certificate.
-
- 07 May, 2021 1 commit
-
-
Benoit Garret authored
-
- 05 May, 2021 1 commit
-
-
Benoit Garret authored
-
- 02 May, 2021 1 commit
-
-
Brian Hartvigsen authored
For some DSM installs, it appears that setting the "default" flag to the string "false" actually sets it to true. This causes Synology to set the last updated certificate to be the default certificate. Using an empty string appears to still be accepted as a false-y value for DSMs where this isn't happening and corrects the behavior in the cases that it was. Credit to @Run-King for identifying the fix and @buxm for reporting.
-
- 30 Mar, 2021 2 commits
-
-
Jan-Philipp Benecke authored
-
Jan-Philipp Benecke authored
-
- 29 Mar, 2021 1 commit
-
-
Christophe Le Guern authored
When using vault_cli with a kv2 path, it isn't working. I have the following error: ``` WARNING! The following warnings were returned from Vault: * Invalid path for a versioned K/V secrets engine. See the API docs for the appropriate API endpoints to use. If using the Vault CLI, use 'vault kv put' for this operation. ``` The new way to write data is to use `vault kv put`, it is compatible with kv1 and kv2. Ref: https://www.vaultproject.io/docs/commands#reading-and-writing-data ``` The original version of K/V used the common read and write operations. A more advanced K/V Version 2 engine was released in Vault 0.10 and introduced the kv get and kv put commands. ```
-