Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 549 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 549 Bytes

Let's Encrypt on OpenMediaVault

Usage

# download tarbell
wget -O - aka.pw/omv-letsencrypt-tarbell | tar zxv
mv omv-letsencrypt-master /opt/letsencrypt
cd /opt/letsencrypt
# initial configuration
echo "your domain" > CNAME
echo "dns_gandi_api_key=your api key" > credentials.ini
chmod 400 credentials.ini
# deploy certbot
./deploy.sh
# issue certificate
./issue.sh
# import certificate
./hook.py
# add to scheduled job
./add-cron.py

References