Hi Folks,
I have created a public and private RSA key which I want to use to sign licence files. On my local machine have a php page which invokes the openssl binary to do the signing using the system() function..
After I tested out on my local machine and then copied the php up to my eukhost site it did not work because the system has been disabled. The message I receive is:
Warning: system() has been disabled for security reasons
Can you point me how to do I can do this without the system command or can the system command be re-enabled.
regards,
Martin.


Reply With Quote


