Dear Users,
Is it possible for me to generate a self-signed SSL/TLS certificate using the IBM Cloud platform?
I learned how to generate one using OpenSSL on raspberry pi but I am unfamiliar in the cloud realm.
some context:
I am using IBM Cloud for the MQTT broker(using their IoT platform) and the NodeRed starter pack for the app part. I got the broker working fine, I am able to successfully send messages(from a pi) and it shows up on the event log, but now I am trying to send from the cloud version of nodered. The only part I am missing is the SSL/TLS certificate.
edit: I can see there is an import option, can I generate one using the IBM cloud terminal?
edit 2: looks like I was able to use the same certificate I used on the pi as long as they are different client id. you may mark this as resolved, unless someone can suggest a more optimal solution. this is project is merely for self learning of the IBM Cloud platform