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
1231b712
Commit
1231b712
authored
Apr 28, 2017
by
Andre Cantero
Browse files
Update the notes
parent
824ffa24
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/kong.sh
View file @
1231b712
#!/usr/bin/env sh
#!/usr/bin/env sh
# Note that ssl plugin should be available on Kong instance
# If certificate already exist it will update only cert and key not touching other parameter
# The hook will match cdomain to request_host, in case of multiple domain it will always take the first
# If certificate doesn't exist it will only upload cert and key and not set other parameter
# one (acme.sh behaviour).
# Note that we deploy full chain
# If ssl config already exist it will update only cert and key not touching other parameter
# If ssl config doesn't exist it will only upload cert and key and not set other parameter
# Not that we deploy full chain
# See https://getkong.org/plugins/dynamic-ssl/ for other options
# Written by Geoffroi Genot <ggenot@voxbone.com>
# Written by Geoffroi Genot <ggenot@voxbone.com>
######## Public functions #####################
######## Public functions #####################
...
...
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