Repository with enabled lfs can not be pushed (x509: certificate signed by unknown authority)

Hi !

Currently I’m not able to push a repository with enabled lfs:

batch response: Post https:// .....  /info/lfs/objects/batch: x509: certificate signed by unknown authority

I know the settings to enable lfs in the app.ini file:

LFS_START_SERVER = true
LFS_CONTENT_PATH = <path to the storage>
LFS_JWT_SECRET   = ?

but I don’t know how to use the LFS_JWT_SECRET setting.

Can anybody explain how to setup the lfs support correctly ?

Thanks !!