Failed to create website prompt:
ERROR: An error was detected in the configuration file. Please solve it before proceeding nginx: [emerg] SSL_CTX_use_PrivateKey("/www/server/panel/ssl/privateKey.pem") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch) nginx: configuration file /www/server/nginx/conf/nginx.conf test failed

I have previously enabled panel SSL but was unable to access it. Then, I used the bt command in SSH to disable panel SSL. Now, when creating a website, the error message appears as above. How can I solve this problem

    Hello, is the problem solved? The reason is that the certificate file in this directory no longer exists
    You execute this command to copy the certificate file
    cp -arpf /www/server/panel/ssl_init/* /www/server/panel/ssl/

    aaP_sdaofu