• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

SSL certificate permission error (Self-signed or CSR)

L

luisdeleon

Guest
After a succefull intallation from 7.5.0 to 7.5.1 I get somekind of permission error when trying to install a SSL Certificate either to the Server or a Domain, does anyone here would have any idea what is causing this. Here is the Java Script error that pups up on Plesk Control Panel.

Unable to create Self Signed certificate: openssl_pkey_export() failed: error: 0200100d: system
library:fopen:permission deniederror:2006d002:BIO routines:func(109):system
liberror:0E064002:configuration file routines:func(100):system liberror:0200100d
library:fopen:permission deniederror:2006d002:BIO routines:func(109):system
liberror:0e064002:configuration file routines:func(100):system lib

Best Regards,
Luis
 
Originally posted by luisdeleon
After a succefull intallation from 7.5.0 to 7.5.1 I get somekind of permission error when trying to install a SSL Certificate either to the Server or a Domain, does anyone here would have any idea what is causing this. Here is the Java Script error that pups up on Plesk Control Panel.

Unable to create Self Signed certificate: openssl_pkey_export() failed: error: 0200100d: system
library:fopen:permission deniederror:2006d002:BIO routines:func(109):system
liberror:0E064002:configuration file routines:func(100):system liberror:0200100d
library:fopen:permission deniederror:2006d002:BIO routines:func(109):system
liberror:0e064002:configuration file routines:func(100):system lib

Best Regards,
Luis


Hi Luis,

You may want to run this simple command and see if it helps:

chmod 755 /usr/local/psa/admin/conf/
 
Back
Top