Faire passer ONLYOFFICE DocSpace Communauté en HTTPS lors de l'installation à partir des paquets RPM/DEB
Faire passer ONLYOFFICE DocSpace Communauté en HTTPS lors de l'installation à partir des paquets RPM/DEB
Introduction
When you install ONLYOFFICE DocSpace Community from RPM/DEB packages, you can use the letsencrypt.org service and script to easily create a CA-signed certificate and switch the portal to HTTPS with a single command.
The article below will explain how this can be done.
When switching to HTTPS, port 443 must be available.
Creating and installing CA-signed certificate
Run the following script:
bash /usr/bin/docspace-ssl-setup EMAIL DOMAIN
Where:
EMAIL is the email used for registration and recovery contact. Use comma to register multiple emails, for example: u1@example.com,u2@example.com.
DOMAIN is the address of the domain where your ONLYOFFICE DocSpace Community portal is installed.
The script will automatically create and install the letsencrypt.org CA-signed certificate to your server and restart the NGINX service for the changes to take effect.
Now your portal should be available via the https:// address.
Using own certificates
You can use your own certificates via the -f parameter: