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

OpenMediaVault + Let's Encrypt + DNS Gandi

Notifications You must be signed in to change notification settings

NiceLabs/omv-letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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