...
The ecflow client and server, will look for the certificates in $HOME/.eflowrcecflowrc/ssl directory.
Ecflow server expects the following files in : $HOME/.eflowrcecflowrc/ssl
- dh1024.pem
- server.crt
- server.key
- server.passwd (optional) if this exists it must contain the pass phrase used to create server.key.
Ecflow client expects the following files in : $HOME/.eflowrcecflowrc/ssl
- server.crt ( this must be the same as server)
...