- 17 Aug, 2020 1 commit
-
-
neil authored
-
- 26 Jul, 2020 1 commit
-
-
Brian Hartvigsen authored
DS218+ appears to have a slighly different DSM that sends back headers in lowercase. Reported by @BartSiwek in #2727
-
- 16 Jul, 2020 2 commits
-
-
Viktor Szépe authored
-
Andy Botting authored
-
- 15 Jul, 2020 1 commit
-
-
Andy Botting authored
This provider relies on the the python-openstackclient and python-designateclient tools be installed and working, with either password or application credentials loaded in your env.
-
- 13 Jul, 2020 1 commit
-
-
andrewheberle authored
Ensure that reload command is encoded with base64 so special characters in command do not wreck config on renewals
-
- 29 Jun, 2020 1 commit
-
-
Tony Gravagno authored
-
- 22 May, 2020 1 commit
-
-
PM Extra authored
-
- 19 May, 2020 1 commit
-
-
kref authored
Stop it from misinterpreting a following digit as part of the escape sequence
-
- 16 May, 2020 6 commits
-
-
Brian Hartvigsen authored
SYNO_Certificate gets set by _getdeployconf, so this may be an empty string but that's fine
-
Brian Hartvigsen authored
This means, by default, we will rotate the default certificate that comes with the DSM
-
Brian Hartvigsen authored
-
Brian Hartvigsen authored
-
Brian Hartvigsen authored
I'm actually not entirely sure why/how this worked with curl but not wget, but it did. The short answer is that using a GET does not result in the HTTP_HEADER file being written, instead you must pass in the http_headers param ($2) which will return the HTTP headers as a string. Luckily, the Token is in both the body and the header. We need it and the id (and smid if 2fa) cookie to proceed. So now we parrse the response for that instead of the HTTP_HEADER file. Interesting side note: wget is fine if the URL contains a \r or \n, but curl will barf on it. So we need to make sure those are stripped from the token as it will be passed in the URL later.
-
Brian Hartvigsen authored
Fixes issue raised by @tatablack
-
- 02 May, 2020 1 commit
-
-
Felix Bünemann authored
fixes ocsp reponse update failing with `Responder Error: unauthorized (6)` by removing `-no_nonce` switch from `openssl oscp` command .
-
- 26 Mar, 2020 1 commit
-
-
ucando authored
-
- 25 Mar, 2020 1 commit
-
-
Brian Torres-Gil authored
It was discovered in testing that PAN-OS < 9.0 has slightly different requirements for the multipart/form-data format and requires the `type` parameter to be passed in the URL. These corrections should work for all PAN-OS versions.
-
- 15 Mar, 2020 1 commit
-
-
dkerr64 authored
-
- 11 Mar, 2020 1 commit
-
-
dkerr64 authored
-
- 08 Mar, 2020 2 commits
-
-
Markus Lippert authored
-
Markus Lippert authored
-
- 03 Mar, 2020 1 commit
-
-
dkerr64 authored
-
- 23 Feb, 2020 8 commits
-
-
dkerr64 authored
-
dkerr64 authored
-
dkerr64 authored
Once set to "no" then they could never be set back to "yes"
-
dkerr64 authored
Before this update all remote commands were bunched together and sent to the remote host in a single SSH command. This could result in a very long sequence of commands that might be rejected by a remote host (example is VMware ESXi that uses busybox sh). With this update you can set DEPLOY_SSH_BATCH_MODE="no" and each remote command is sent as a separate SSH call so now we do not have big long sequence of commands. Defaults to same behaviour as before this update.
-
dkerr64 authored
-
dkerr64 authored
-
dkerr64 authored
-
dkerr64 authored
-
- 20 Feb, 2020 1 commit
-
-
xpac1985 authored
haproxy deploy script now compatible with OpenSSL v1.1+ The OpenSSL OCSP request for haproxy deployment breaks from OpenSSL v1.1.0 on. The format of the `-header` option has been changed and does now contain a `=` instead of a whitespace. Other projects have hit the same issue: https://github.com/nghttp2/nghttp2/issues/742 This commit determines the OpenSSL/LibreSSL version and then adjusts the request accordingly. Also removed the duplicate command line and added some more debug output.
-
- 14 Feb, 2020 1 commit
-
-
Paul Nguyen authored
-
- 12 Feb, 2020 7 commits
-
-
Paul Nguyen authored
-
Paul Nguyen authored
-
Paul Nguyen authored
-
Paul Nguyen authored
-
Paul Nguyen authored
-
Paul Nguyen authored
-
Paul Nguyen authored
-