• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Let's Encrypt private_key and path to certificate for phpFox IM module

Mathias

Basic Pleskian
Hello,

I am trying to get the Instant Messenger running with phpFox social network software, but I don't exactly know how to do this. Here is the instruction to set up the server with Redis and NodeJS:

Server Setup for IM Module - phpFox 4 User Manual - phpFox Documentation

They tell to install Redis and NodeJS with SSH, but I don't know the path to the private_key and certificate from Let's Encrypt for my domain. Someone in the phpFox Forum said, I should search the Apache config file to find the paths. Is that true?

Is there another way to install Redis and NodeJS? I know they come along in an extension with Plesk, but I don't know how to install and configure for the IM module.

I am using Plesk Onyx 17.8.11 latest update on a CentOS Linux Server Core 7.6.

Thanks for any help.

Greetings,
Mathias
 
but I don't know the path to the private_key and certificate from Let's Encrypt for my domain

# grep certificate /var/www/vhosts/system/yourdomain.com/conf/nginx.conf
ssl_certificate /usr/local/psa/var/certificates/scfj5PeiM;
ssl_certificate_key /usr/local/psa/var/certificates/scfj5PeiM;
ssl_client_certificate /usr/local/psa/var/certificates/scfpBO9JV;

Redis server installlation guide - Instruction - How to install latest Redis server
NodeJs:
Screenshot 2019-02-14 at 10.56.50.png
 
# grep certificate /var/www/vhosts/system/yourdomain.com/conf/nginx.conf
ssl_certificate /usr/local/psa/var/certificates/scfj5PeiM;
ssl_certificate_key /usr/local/psa/var/certificates/scfj5PeiM;
ssl_client_certificate /usr/local/psa/var/certificates/scfpBO9JV;

Does the grep command work also for apache only? I disabled nginx, use apache only.
 
Does the grep command work also for apache only? I disabled nginx, use apache only.
in this case, just grep Apache config file /var/www/vhosts/system/yourdomain.com/conf/httpd.conf
 
Back
Top