Skip to content

Instantly share code, notes, and snippets.

View warlof's full-sized avatar
🐳

Loïc Leuilliot warlof

🐳
  • Talent Business Solutions
  • Strasbourg, France
  • 04:45 (UTC +02:00)
View GitHub Profile
@warlof
warlof / certbotplesklib.py
Last active June 15, 2019 15:52
Provide Plesk support together with Certbot
import os
import requests
import xml.etree.ElementTree as xml
site_id = 'PleskID'
username = 'PleskUsername'
password = 'PleskPassword'
plesk_node = 'PleskNode'
#