通过查找官方问题列表:https://github.com/Kong/kong/issues/3721 找到了解决方案
直接跳过kong-dashboard,通过命令行直接向admin-api提交证书信息:
使用格式如下
curl -i -X POST http://127.0.0.18001/certificates/ -H ‘Content-Type: application/json‘ -d "{\"cert\": \"$(cat /link/to/214451082040841.pem)\", \"key\": \"$(cat /link/to/214451082040841.key)\", \"snis\": [ \"ap.xxxxx.com\" ]}"
使用kong-dashboard添加Certificates的问题
原文:http://blog.51cto.com/peterxu/2344235