Skip to main content Link Menu Expand (external link) Document Search Copy Copied

How do I generate a secret key for FeatureBase authentication?

Generate a secret-key used when setting up TLS authentication

Before you begin

Syntax

./featurebase keygen --[flags]

Flags

Flag Description Additional information
h or help FeatureBase keygen help  
l or length Integer value for the length of the key Defaults to 32

Generate a key

  • Run the ./featurebase keygen command
  • Copy the secret key for use in TLS authentication.

Next step