Right now, Foxbat expects you to have all your server certs in a :keystore which it opens, asking for a passphrase if necessary.
While this works, it necessitates familiarity with the Java keytool command-line utility. It'd be nice if we could accept :private_key_file, :cert_chain_file and friends so a plain vanilla EventMachine app will work without modification.
Right now, Foxbat expects you to have all your server certs in a
:keystorewhich it opens, asking for a passphrase if necessary.While this works, it necessitates familiarity with the Java
keytoolcommand-line utility. It'd be nice if we could accept:private_key_file,:cert_chain_fileand friends so a plain vanilla EventMachine app will work without modification.