Re: certbot options

2018-12-17 Thread Virgo Pärna
On Wed, 28 Nov 2018 13:29:00 +, Michael Grant wrote: > > ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot-prehook.sh > renew > Create /etc/letsencrypt/cli.ini with line: pre-hook /usr/local/bin/certbot-prehook.sh -- Virgo Pärna virgo.pa...@mail.ee

Re: certbot options

2018-12-07 Thread Jim Popovitch
On Fri, 2018-12-07 at 11:35 +, Michael Grant wrote: > > The renewal/*.conf files seem to be created automatically, I certainly > didn’t create those by hand, so modifying them looks like a bad > idea.   The renewal/*.conf files do get created automatically (one for each certificate) when 1) y

RE: certbot options

2018-12-07 Thread Michael Grant
these files on creation? I need to try that. Michael Grant From: Jim Popovitch Sent: 28 November 2018 14:56 To: debian-user@lists.debian.org Subject: Re: certbot options On Wed, 2018-11-28 at 13:29 +, Michael Grant wrote: > In /lib/systemd/system/certbot.service >   > The line

Re: certbot options

2018-11-28 Thread Jim Popovitch
On Wed, 2018-11-28 at 13:29 +, Michael Grant wrote: > In /lib/systemd/system/certbot.service >   > The line to start certbot is: > ExecStart=/usr/bin/certbot -q renew >   > If I modify this file by hand: >   > ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot- > prehook.sh renew >

Re: certbot options

2018-11-28 Thread Greg Wooledge
On Wed, Nov 28, 2018 at 04:52:30PM +0300, Reco wrote: > cp /lib/systemd/system/certbot.service /etc/systemd/system/certbot.service > $EDITOR /etc/systemd/system/certbot.service > systemctl daemon-reload Or, for a targeted change like this one, use the drop-in directory. https://wiki.debian.org/sy

Re: certbot options

2018-11-28 Thread Bastien Durel
Le mercredi 28 novembre 2018 à 13:29 +, Michael Grant a écrit : > In /lib/systemd/system/certbot.service > > The line to start certbot is: > ExecStart=/usr/bin/certbot -q renew > > If I modify this file by hand: > > ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot- > prehoo

Re: certbot options

2018-11-28 Thread Reco
Hi. On Wed, Nov 28, 2018 at 01:29:00PM +, Michael Grant wrote: > Could someone please tell me the proper place to modify certbot’s default arg > list or is there some systemctl command I should be doing instead of > modifying this file directly? cp /lib/systemd/system/certbot.servic

certbot options

2018-11-28 Thread Michael Grant
In /lib/systemd/system/certbot.service The line to start certbot is: ExecStart=/usr/bin/certbot -q renew If I modify this file by hand: ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot-prehook.sh renew The next time certbot is updated by apt, this file gets overwritten and my ch