PHP Classes

File: docs/README.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   Certainty   docs/README.md   Download  
File: docs/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Certainty
Manage SSL certificate authority file used by PHP
Author: By
Last change:
Date: 6 years ago
Size: 755 bytes
 

Contents

Class file image Download

Certainty Documentation

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

Troubleshooting

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/*