Replies: 1 comment
-
This is part grav and part php and the symfony-cli to create certificates , Could you tell us what operating system you are using for more specific details I will be focusing based on a windows system In your php install, you need to ensure that you have openssl available to your php install You then need to enable it in the php.ini by nu-commenting the line If you download the symfony-cli from github place this in either your grav directory or your php directory, or in its own separate directory as long as it gets added to the path. run the command This will create in .symfony5\cert directory , a root-ca.pem and a personal certificate default.p12 usually in a .symfony5 directory, Back to the Now search for these sections [curl] [openssl] ; If openssl.cafile is not specified or if the CA file is not found, the ; this is just to the directory holding those certificate this will now give you php openssl connectivity, if you need to add to a webserver, you will need to add it to a virtual host. (more info needed) |
Beta Was this translation helpful? Give feedback.
-
Can someone please explain how can I install without PHP OpenSSL for offline testing as I can't pass the install checklist
"PHP OpenSSL (Secure Sockets Library) is required but not installed"
Beta Was this translation helpful? Give feedback.
All reactions