I created an Env “dev” and connected it to the running WSO2 APIM instance usign this command:
apictl env dev –apim https://:9443
When I login to the envinronment I’m getting this error:
Error in connecting Reason: Post “https:///client-registration/v0.17/register”: tls: failed to verify certificate: x509: cannot validate certificate for because it doens’t contain any IP SANs
I just add the pem of the WSO2 APIM in the ../.wso2apictl/certs
I’m not sure if thats is the correct way.