Hi.
Specifying certFilename and keyFilename on command line isn't working as expected.
I would expect to be able to specify absolute path to appropriate files.
But it seems I need to specify relative path to GRAPHMAN_HOME .
e.g:
graphman.sh ... sourceGateway.certFilename /g/temp/mycert.crt
fails
but
graphman.sh ... sourceGateway.certFilename ../temp/mycert.crt
works if GRAPHMAN_HOME=/g/something
Is this by intent ? Or should it be fixed?
Thanks and kind regards
...Michael