How can I update my subscription key?
For Passbolt version 3.2 and higher, you can update your subscription key on the web interface directly, using the administration panel.
For Passbolt version prior to 3.2, the command line is the only way to update your subscription key, by the command line method.
Using administration panel
Navigate to administration > Subscription and click on the Update key button.
A pop-up will appear and you will be able to import your new subscription key
You are now able to see your subscription details:
From command line
Get ready
All the commands provided below should be done from inside your passbolt directory.
$ cd /var/www/passbolt
or
$ cd /etc/passbolt
If you installed passbolt using the Debian package, or are using the passbolt VM (OVA) run the commands from /etc/passbolt
.
Steps
To update your subscription key, you need to replace your previous subscription key with the new one. In passbolt, the subscription key is stored in /var/www/passbolt/config/license
or /etc/passboly/subscription_key.txt
To replace the existing subscription key with the new one:
$ cp -u path_to_your_new_subscription_key config/license
or
$ cp -u path_to_your_new_subscription_key subscription_key.txt
If you installed passbolt using the package, or are using the passbolt VM (OVA) the subscription key file is found here: /etc/passbolt/subscription_key.txt
.
To check if the operation was successful and if the new subscription key is valid:
$ bin/cake passbolt license_check
If your key is valid, this command will display the passbolt logo and the subscription key details, as in the example below:
root@c6a4f37958b4:/var/www/passbolt# ./bin/cake passbolt license_check
____ __ ____
/ __ \____ _____ ____/ /_ ____ / / /_
/ /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
/ ____/ /_/ (__ |__ ) /_/ / /_/ / / /
/_/ \__,_/____/____/_.___/\____/_/\__/
Open source password manager for teams
---------------------------------------------------------------
Thanks for choosing Passbolt Pro
Below are your subscription key details
Customer id: xxxxxx
Users limit: 150 (currently: 43)
Valid from: May 6, 2020
Expires on: May 6, 2021 (in 385 days)