andrewheberle
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/sophosxg.sh
|
@ -53,7 +53,7 @@ sophosxg_do_req() { |
|
|
</Certificate> |
|
|
</Certificate> |
|
|
</Set> |
|
|
</Set> |
|
|
</Request> |
|
|
</Request> |
|
|
"> "$_do_req_xml" |
|
|
|
|
|
|
|
|
" >"$_do_req_xml" |
|
|
|
|
|
|
|
|
# dont verify certificate if HTTPS_INSECURE was set |
|
|
# dont verify certificate if HTTPS_INSECURE was set |
|
|
if [ "$Le_Deploy_sophosxg_https_insecure" = "1" ] || [ "$HTTPS_INSECURE" ]; then |
|
|
if [ "$Le_Deploy_sophosxg_https_insecure" = "1" ] || [ "$HTTPS_INSECURE" ]; then |
|
|