__maison/certbot-apache2/certbot_install

5 lines
117 B
Plaintext
Raw Normal View History

2018-11-27 16:43:31 +01:00
#!/bin/sh
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-apache