R RichardIrwin New Member Jun 19, 2020 #1 Jun 19, 2020 #1 Can someone please give me the correct command to install certbot on Ubuntu 20.04. The instructions for 18.04 do not work. Many thanks Richard
Can someone please give me the correct command to install certbot on Ubuntu 20.04. The instructions for 18.04 do not work. Many thanks Richard
Cold-Egg Administrator Jun 22, 2020 #2 Jun 22, 2020 #2 Try Code: add-apt-repository universe apt-get update apt-get -y install certbot
R RichardIrwin New Member Jun 23, 2020 #3 Jun 23, 2020 #3 Brilliant thank you! So simple when you know.