Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.24 KB

Certainty Documentation

Before you begin, which problem are you trying to solve?

Troubleshooting

If you're having difficulties connecting to the PHP Chronicle, you can use a replica instance of the PHP Chronicle.

PHP Chronicle Replicas for Certainty

URL Public Key Operator
https://php-chronicle-replica.pie-hosted.com/chronicle/replica/_vi6Mgw6KXBSuOFUwYA2H2GEPLawUmjqFJbCCuqtHzGZ/ MoavD16iqe9-QVhIy-ewD4DMp0QRH-drKfwhfeDAUG0= Paragon Initiative Enterprises

I'm Getting a File Permission Error When Trying to Use Certainty

Make sure the vendor/paragonie/certainty/data directory is writable. For example:

chown -R webuser:webuser vendor/paragonie/certainty/data
chmod 0775 vendor/paragonie/certainty/data
chmod 0664 vendor/paragonie/certainty/data/*