Learn how to configure and manage the Infisical Linux package
infisical.rb
, located in the /etc/infisical
directory.
This file defines all necessary settings, including encryption keys, database connections, and environment-specific settings.
infisical.rb
file, always run infisical-ctl reconfigure
to apply them. infisical-ctl
Commandsinfisical-ctl
command-line tool, which allows you to manage your deployment.
The available commands are listed below.
Command | Description |
---|---|
infisical-ctl reconfigure | Applies changes from infisical.rb and restarts the Infisical services. |
infisical-ctl start | Starts the Infisical services. |
infisical-ctl stop | Stops all running Infisical services. |
infisical-ctl status | Displays the current status of the Infisical services. |
infisical-ctl tail | Streams real-time logs from the Infisical application. |