error in command for gateway install on linux

Resolved

error in command for gateway install on linux

avatar

Hi

very small correction to https://docs.devolutions.net/gateway/getting-started/linux-configuration/

Under https://docs.devolutions.net/gateway/getting-started/linux-configuration/#trust-the-self-signed-certificate-on-ubuntu
there is the command block

cd /etc/devolutions-gateway
sudo apt-get install -y ca-certificates
sudo cp server.crt /usr/local/share/ca-certificates
sudo update-ca-certificate


the last line is missing an "s" in the end. The correct is

cd /etc/devolutions-gateway
sudo apt-get install -y ca-certificates
sudo cp server.crt /usr/local/share/ca-certificates
sudo update-ca-certificates


Regards

Remote Desktop Manager connected with Devolutions Server running newest versions.

------------------------Signature------------------------

Sorry if any of above sounds harsh or provoking, it is NOT meant as such, but I have Asperger's and don't always know.
My intentions is always to be friendly.

-------------------------------------------------------------

All Comments (2)

avatar

Hi,

Thanks for catching this! You are absolutely right, the last line should read sudo update-ca-certificates with an s at the end. We will update the documentation shortly to correct this.

Best regards,

Jean-Sébastien Simard
Learning experience team leader

avatar

Hello again,

The documentation has been updated and the command is now fixed. Thanks again for letting us know!

Best regards,

Jean-Sébastien Simard
Learning experience team leader