Difference between revisions of "Passbolt"

From wikieduonline
Jump to navigation Jump to search
 
(10 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 ==
 
== Client installation ==
Line 9: Line 9:
 
  [[npm install]]
 
  [[npm install]]
 
  [[npm link]]
 
  [[npm link]]
  [[passbolt server-key]] --domain=https://www.passbolt.test > app/config/server.key
+
  [[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 ==
 
== Usage ==
  
[[passbolt find]]  
+
* <code>[[passbolt find]]</code>
[[passbolt get]]
+
* <code>[[passbolt get]]</code>
  
 
passbolt
 
passbolt
Line 34: Line 42:
 
== 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: