The Boxfuse Travis CI page says that I need to define two encrypted Travis CI environment variables named BOXFUSE_USER and BOXFUSE_SECRET where the BOXFUSE_USER is "Your Boxfuse User" and the BOXFUSE_SECRET is "Your Boxfuse Secret".
So, my first question was, where do I get my Boxfuse Secret? I then found that, when I login to Boxfuse, a secret is defined on the Downloads page of my Boxfuse account. So, I guess I use that value.
This leads to my second question... Do I need to use the travis CLI to encrypt my Boxfuse Secret or do I use my Boxfuse Secret value directly?
I suppose that I need to use the travis CLI to encrypt the Boxfuse Secret since it needs to be encrypted with the Travis public key.
So, I'd like to confirm... I need to use the Boxfuse Secret value that Boxfuse provides on my Boxfuse Download page? And, do I need to encrypt the secret using the Travis CLI?