Conversation
|
Should we put id reader realated form configuration changes documented in this repo under |
|
@tahmidrahman-dsi You can either directly add them to Gitbook, or amend this pull request under |
I dont think they would throw as the verifyNid API is called on-demand and the file is opened on demand in MOSIPAuthenticator
|
Some non-obvious documentation things:
|
Please feel free to have a look @naftis https://app.gitbook.com/o/zub8C4BetmW3a9Bj4Cd4/s/esn2q91OsFQf7ZqR8thb/~/revisions/UpoFPVYrQo17nWTN7grd/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.5-set-up-application-settings#id-1.-prepare-global-functional-settings The PR opencrvs/documentation#21 |
Certificateskeystore.p12
ida-partner.crt
esignet-jwk.txt
Instructions for Linux / Mac / WSL
You might want to save this to a secure trusted place For OpenCRVS
python3 -c "from jwcrypto import jwk; k = jwk.JWK.from_pem(open('private_key.pem','rb').read()); k.use = 'sig'; k.alg = 'RS256'; print(k.export(private_key=True))" | base64For MOSIP
python3 -c "from jwcrypto import jwk; k = jwk.JWK.from_pem(open('private_key.pem','rb').read()); k.use = 'sig'; k.alg = 'RS256'; print(k.export(private_key=False))" |
Initial installation documentation. I added it here for starters, we will probably move these to Gitbook.