File: README.md

package info (click to toggle)
python-certbot-dns-gandi 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 152 kB
  • sloc: python: 183; sh: 8; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Testing/Development

Set env var `GANDI_API_KEY` to your Gandi LiveDNS API key and
run `./dev_shell.sh` to get a shell with `certbot` available and the plugin
installed.

The plugin is installed in "edit" mode, so changes to the source will be
effective immediately without any deployment step.

# Install development package

You can install development package using `pip install 'git+https://github.com/obynio/certbot-plugin-gandi.git'`