How to add self signed https certificate to mender 1.7.0 standalone mode client?

Hi,
I’m using a self signed (local server) https server for testing the standalone mode of mender client.
Currently, the URI path will accept only when the HTTPs server is signed from a known CA.
I found that, using “-skipverify” option, we can skip this certificate verification from mender client.

I would like to know how to add the self signed HTTPs server certificate in the client so that, I do not want to use “-skipverify” option for passing the URI?

Any help/link/documentation would be appreciated :slight_smile:

https://docs.mender.io/1.7/client-configuration/configuration-file/configuration-options#servercertificate

1 Like

@ajithpv How can i setup self signed certificate for my open-source self hosted server?