I am using this document Passbolt Help | Install Passbolt CE on Ubuntu 20.04
after i open http://172.16.10.180/ Welcome to nginx! but how to open passbolt page ? There is no url at the documentation at the URL i provided
Hi,
At this step:
Did you put your IP address 172.16.10.180 ?
You should find in your /etc/nginx/sites-enabled 2 files:
- default.conf
- nginx-passbolt.conf
You can try to remove /etc/nginx/sites-enabled/default.conf
:
sudo rm /etc/nginx/sites-enabled/default.conf
Then reload nginx service:
sudo systemctl reload nginx.service
Best,
Ok thanks. Does admin user see all the passwords created in the DB?
Nope. It’s encrypted with the private key of each individual user.
Pity, will search analog, thanks
To be more precise, passwords are encrypted with the public key of the user, and this user can decrypt passwords only with the private key, stored in their browser extension.