Linux Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18: Line 18:
  [https://launchpad.net/~certbot/+archive/ubuntu/certbot https://launchpad.net/~certbot/+archive/ubuntu/certbot]
  [https://launchpad.net/~certbot/+archive/ubuntu/certbot https://launchpad.net/~certbot/+archive/ubuntu/certbot]


<syntaxhighlight lang="bash" enclose="div">
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get -y install certbot
</syntaxhighlight>