79572142

Date: 2025-04-13 22:53:08
Score: 1.5
Natty:
Report link

I've realized the solution here; after listing all permissions in the directory:

$ ls -l /etc/ssl/mongo/
-rw------- 1 root root  1234 Apr  9 22:00 mongodb.pem

You can see from above that the certificate isn't correctly allowed; yet the directory is. To quickly solve, just:

chmod 644 /etc/ssl/mongo/*.pem
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: DeveloLongScript