Advertisement
Guest User

Untitled

a guest
Apr 30th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. debian@pra-test-passbolt:~$ sudo su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt healthcheck" www-data
  2.  
  3. ____ __ ____
  4. / __ \____ _____ ____/ /_ ____ / / /_
  5. / /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
  6. / ____/ /_/ (__ |__ ) /_/ / /_/ / / /
  7. /_/ \__,_/____/____/_.___/\____/_/\__/
  8.  
  9. Open source password manager for teams
  10. ---------------------------------------------------------------
  11. Healthcheck shell
  12. ---------------------------------------------------------------
  13.  
  14. Environment
  15.  
  16. [PASS] PHP version 7.3.27-1~deb10u1.
  17. [PASS] PCRE compiled with unicode support.
  18. [PASS] The temporary directory and its content are writable.
  19. [PASS] The public image directory and its content are writable.
  20. [PASS] The logs directory and its content are writable.
  21. [PASS] GD or Imagick extension is installed.
  22. [PASS] Intl extension is installed.
  23. [PASS] Mbstring extension is installed.
  24.  
  25. Config files
  26.  
  27. [PASS] The application config file is present
  28. [PASS] The passbolt config file is present
  29.  
  30. Core config
  31.  
  32. [PASS] Debug mode is off.
  33. [PASS] Cache is working.
  34. [PASS] Unique value set for security.salt
  35. [PASS] Full base url is set to https://xxxx.yyyyy.zzzzz
  36. [PASS] App.fullBaseUrl validation OK.
  37. [PASS] /healthcheck/status is reachable.
  38.  
  39. SSL Certificate
  40.  
  41. [PASS] SSL peer certificate validates
  42. [PASS] Hostname is matching in SSL certificate.
  43. [PASS] Not using a self-signed certificate
  44.  
  45. Database
  46.  
  47. [PASS] The application is able to connect to the database
  48. [PASS] 25 tables found
  49. [PASS] Some default content is present
  50. [PASS] The database schema up to date.
  51.  
  52. GPG Configuration
  53.  
  54. [PASS] PHP GPG Module is installed and loaded.
  55. [PASS] The environment variable GNUPGHOME is set to /var/lib/passbolt/.gnupg.
  56. [PASS] The directory /var/lib/passbolt/.gnupg containing the keyring is writable by the webserver user.
  57. [PASS] The server gpg key is not the default one
  58. [PASS] The public key file is defined in config/passbolt.php and readable.
  59. [PASS] The private key file is defined in config/passbolt.php and readable.
  60. [PASS] The server key fingerprint matches the one defined in config/passbolt.php.
  61. [PASS] The server public key defined in the config/passbolt.php (or environment variables) is in the keyring.
  62. [PASS] There is a valid email id defined for the server key.
  63. [PASS] The public key can be used to encrypt a message.
  64. [PASS] The private key can be used to sign a message.
  65. [PASS] The public and private keys can be used to encrypt and sign a message.
  66. [PASS] The private key can be used to decrypt a message.
  67. [PASS] The private key can be used to decrypt and verify a message.
  68. [PASS] The public key can be used to verify a signature.
  69.  
  70. Application configuration
  71.  
  72. [PASS] Using latest passbolt version (3.1.0).
  73. [PASS] Passbolt is configured to force SSL use.
  74. [PASS] App.fullBaseUrl is set to HTTPS.
  75. [PASS] Selenium API endpoints are disabled.
  76. [PASS] Search engine robots are told not to index content.
  77. [PASS] Registration is closed, only administrators can add users.
  78. [PASS] Serving the compiled version of the javascript app
  79. [PASS] All email notifications will be sent.
  80.  
  81. No error found. Nice one sparky!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement