From version 3.30 onwards, it became necessary to add and specify the ADDLOCAL parameter during the installation of senhasegura.go, indicating which features will be installed.
The “ADDLOCAL” parameter is responsible for defining which senhasegura.go client modules will be installed. The Pedm module is mandatory, while Vault and Automation are optional.
See below examples of how to choose features during installation using the “ADDLOCAL” parameter:
- To install all features, use: “ADDLOCAL=Pedm, Automation,Vault”;
- To install only the Pedm function of senhasegura.go use: “ADDLOCAL=Pedm”;
- To install the Pedm and Automation function of senhasegura.go use: “ADDLOCAL=Pedm, Automation”;
- To install the Pedm and Vault functions of senhasegura.go use: “ADDLOCAL=Pedm, Vault”.
Remember to follow the specifications according to the functionalities necessary for your use ofsenhasegura.go.