Skip to content

Commit

Permalink
Fix bad systemd service flags
Browse files Browse the repository at this point in the history
  • Loading branch information
obynio committed Feb 16, 2021
1 parent 5f9067d commit c399f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/certbot-dns-gandi-renew.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Description=Renew DNS for gandi LiveDNS

[Service]
Type=oneshot
ExecStart=/usr/bin/certbot renew -q -a certbot-plugin-gandi:dns --certbot-plugin-gandi:dns-credentials /etc/letsencrypt/gandi.ini --server https://acme-v02.api.letsencrypt.org/directory
ExecStart=/usr/bin/certbot renew -q --authenticator dns-gandi --dns-gandi-credentials /etc/letsencrypt/gandi.ini --server https://acme-v02.api.letsencrypt.org/directory
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='certbot-plugin-gandi',
version='1.2.5',
version='1.3.1',
author="Yohann Leon",
author_email="yohann@leon.re",
description="Certbot plugin for authentication using Gandi LiveDNS",
Expand Down

0 comments on commit c399f1e

Please sign in to comment.