Difference between revisions of "Passbolt"
Jump to navigation
Jump to search
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:Passbolt]] | + | [[wikipedia:Passbolt]] (2016), [https://www.crunchbase.com/organization/passbolt Crunchbase] |
+ | * https://www.passbolt.com/ | ||
+ | == Client installation == | ||
[[git clone]] https://github.com/passbolt/passbolt_cli.git | [[git clone]] https://github.com/passbolt/passbolt_cli.git | ||
cd passbolt_cli | cd passbolt_cli | ||
Line 7: | Line 9: | ||
[[npm install]] | [[npm install]] | ||
[[npm link]] | [[npm link]] | ||
+ | [[passbolt server-key]] --domain=https://www.your_passbolt.test > app/config/server.key | ||
+ | or | ||
+ | passbolt server-key --skipCertificateValidation --domain=https://www.your_passbolt.test > app/config/server.key | ||
+ | [[gpg --import]] app/config/server.key | ||
+ | passbolt server-key --skipCertificateValidation --fingerprint --domain=https://www.your_passbolt.test/ | ||
+ | YNBB5815A825FF3655D999C1BAEDF81779917TTT | ||
− | |||
− | |||
+ | Edit app/config/config.json | ||
+ | |||
+ | == Usage == | ||
+ | |||
+ | * <code>[[passbolt find]]</code> | ||
+ | * <code>[[passbolt get]]</code> | ||
+ | |||
+ | passbolt | ||
+ | Usage: passbolt [options] [command] | ||
+ | |||
+ | Options: | ||
+ | -V, --version output the version number | ||
+ | -h, --help output usage information | ||
+ | |||
+ | Commands: | ||
+ | auth Authentication actions, login or logout | ||
+ | get View the OpenPGP data block of a given resource | ||
+ | find Find one or more resources | ||
+ | server-key Fetch the server public key | ||
+ | users List all users | ||
+ | user View one user details | ||
+ | help [cmd] display help for [cmd] | ||
== Related terms == | == Related terms == | ||
* [[Passbolt]] [[chrome extension]] | * [[Passbolt]] [[chrome extension]] | ||
+ | * [[OpenPGP]] | ||
== See also == | == See also == | ||
+ | * {{passbolt}} | ||
* {{Password manager}} | * {{Password manager}} | ||
[[Category:Security]] | [[Category:Security]] |
Latest revision as of 15:13, 21 February 2024
wikipedia:Passbolt (2016), Crunchbase
Client installation[edit]
git clone https://github.com/passbolt/passbolt_cli.git cd passbolt_cli apt install npm npm install npm link passbolt server-key --domain=https://www.your_passbolt.test > app/config/server.key or passbolt server-key --skipCertificateValidation --domain=https://www.your_passbolt.test > app/config/server.key gpg --import app/config/server.key passbolt server-key --skipCertificateValidation --fingerprint --domain=https://www.your_passbolt.test/ YNBB5815A825FF3655D999C1BAEDF81779917TTT
Edit app/config/config.json
Usage[edit]
passbolt Usage: passbolt [options] [command]
Options:
-V, --version output the version number -h, --help output usage information
Commands:
auth Authentication actions, login or logout get View the OpenPGP data block of a given resource find Find one or more resources server-key Fetch the server public key users List all users user View one user details help [cmd] display help for [cmd]
Related terms[edit]
See also[edit]
Advertising: