LCI Security Development

Simple, Reliable, Affordable

Frequently Asked Questions

What are the licensing terms?

By installing or using any software licensed from LCI Security Ventures, LLC you agree to the following terms, which are fairly standard across the industry, with the notable exception.

How do I download my software?

To download your purchased software, use a browser or a command line tool like curl to connect to https://www.lcisec.dev/download/{product}/{os}/{arch}/{license_id}.

curl -O https://lcisec.dev/download/nerine/linux/amd64/license_AAAAAAAAAAAAABBBBBBBBBBBBBCCCCCCCCCCCCCDDDDDDDDDDDDD"

If the download is successful you will receive a tar.gz file that contains the binary and a signature file. The following command will extract both files into the current directory.d

tar -xvzf nerine_linux_amd64.tar.gz

How do I verify my software?

To verify the signature on the file you will need to use minisign, which can be installed using the package manager of many Linux distributions or with Homebrew. You will need our public key, RWQU2gh4P3PliazgjrUbfK3jzZulf0e00aTlgjm1INY/OLzC/NeD7igz, to verify the signature.

minisign -Vm nerine_linux_amd64 -P RWQU2gh4P3PliazgjrUbfK3jzZulf0e00aTlgjm1INY/OLzC/NeD7igz

How do I download the documentation?

Each product has its own documentation manual that can be downloaded from https://www.lcisec.dev/manuals/{product}.