Commit 1231b712 authored by Andre Cantero's avatar Andre Cantero
Browse files

Update the notes

parent 824ffa24
#!/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 #####################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment