• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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