mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
* Added DNS based authenticator plugin for Linode * Added linode plugin to docs * Added Dockerfile * Added .gitignore and readthedocs.org.requirements.txt * Updated default_propagation_seconds * Updated according to changes requested * Bump version to 0.26.0 * Advertise our packages work on Python 3.7.
5 lines
118 B
Docker
5 lines
118 B
Docker
FROM certbot/certbot
|
|
|
|
COPY . src/certbot-dns-linode
|
|
|
|
RUN pip install --no-cache-dir --editable src/certbot-dns-linode
|