PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

Certification SSL not running when saved in software #189

Open marcelosv opened 5 years ago

marcelosv commented 5 years ago

Issue summary

I configured my server and i used kong-dashboard. I liked a lot, but i was a problem. I added my certification and it not works. I executation the website https://www.ssllabs.com for testing ssl.

When i open other software, Desktop Kong dash and the certification was incorrect. I saved sll in desktop and working ok.

thonatos commented 5 years ago

If using JSON, the certificate and key objects should use \n in place of CRs. The Kong API has a tendency to accept certificates/keys with an incorrect format, but won't enable them.

I solved it by updating database ... 🤣