# 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
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
NiceLabs/omv-letsencrypt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
OpenMediaVault + Let's Encrypt + DNS Gandi