2021-07-15 12:40:51 UTC - sanjeet: Hi, I am new to Openwhisk and trying to deploy on Ubuntu server. However, at very final stage i am getting error configuring cli. Any hint on how to fix this would be wonderful, thankx :slightly_smiling_face: ``` error: Unable to obtain the list of entities for namespace 'default': Get "https://<PUBLIC IP>/api/v1/namespaces/_/actions?limit=0&skip=0": x509: cannot validate certificate for 127.17.0.1 because it doesn't contain any IP SANs``` https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1626352851009300 ---- 2021-07-15 13:43:31 UTC - Rodric Rabbah: Use -i with your Wsk command https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1626356611009900 ---- 2021-07-15 17:24:29 UTC - sanjeet: @Rodric Rabbah thank you for reply, it did change the situation. But i am curious, is there a way to update certificate to solve this issue? https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1626369869011200 ---- 2021-07-15 17:28:58 UTC - Rodric Rabbah: if your host has a valid name you can generate a proper certificate i think there may be a -x509 flag you can use to validate the cert (@Dominic Kim might know better?) https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1626370138012300 ----