Skip to content

Loopia API DNS scripts for my Letsencrypt wildcard certs

License

Notifications You must be signed in to change notification settings

mlofjard/loopia-certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Config:

Edit the following files to suit your needs:
loopia/entrypoint.sh
loopia/entrypoint_staging.sh
loopia/creatednsrecord.py
loopia/removednsrecord.py

Run with:

podman run \
	-v <Log folder>:/var/log/letsencrypt \
	-v <Cert store>:/etc/letsencrypt \
	-v ./loopia:/opt/loopia \
	-e LOOPIA_USER=<API username> \
	-e LOOPIA_PASS=<API password> \
	--entrypoint /opt/loopia/entrypoint.sh \
	-it --rm --name cert-renew certbot/certbot

About

Loopia API DNS scripts for my Letsencrypt wildcard certs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published