Configuring SSL for a Route is not working

Hi,

I am not able to configure ssl for a route using the configuration steps mentioned in Kong document:

I have done the following steps:

curl -i -X POST http://localhost:8001/certificates
-F “cert=@/my/path/TestCert/cert.crt”
-F “key=@/my/path/cert.key”
-F “snis[]=test2-ssl-example.com