-
Install acme.sh
curl https://get.acme.sh | sh -
Issue certificate
.acme.sh/acme.sh --issue --dns -d ubnt.mydomain
Install acme.sh
curl https://get.acme.sh | shIssue certificate
.acme.sh/acme.sh --issue --dns -d ubnt.mydomain
| import subprocess | |
| import tempfile | |
| import argparse | |
| import shutil | |
| import os.path | |
| import glob | |
| from PyPDF2 import PdfFileMerger, PdfFileReader | |
| DEVICE="" |