Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
4b02ee5b
Commit
4b02ee5b
authored
Apr 27, 2017
by
thecantero
Committed by
GitHub
Apr 27, 2017
Browse files
Typo fix
parent
de3bac53
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/kong.sh
View file @
4b02ee5b
...
...
@@ -67,7 +67,7 @@ kong_deploy() {
_debug content
"
$content
"
#Check if sslcreated (if not => POST else => PATCH)
if
[
-z
"
$ssl_uuid
"
]
;
then
if
[
!
-z
"
$ssl_uuid
"
]
;
then
#Post certificate to Kong
response
=
$(
_post
"
$content
"
"
$KONG_URL
/certificates"
""
"POST"
)
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment