Kong 0.13.1, I have a few snis bind to a cert which will be expired soon. So write a sh to bind these snis to a new cert (need install jq first): #!/bin/sh SNIS=`curl -s "http://kong-admin.kong:8001/snis"` LEN=`echo $SNIS | jq '.data | length'` # bash # for (( i=0; i<LEN; i++ )) for i in …
Tag: certificate