Re: acme-client(1) -vD output - double slash ('//') in PEM file paths

2017-05-27 Thread Sebastian Benoit
ok Florian Obser(flor...@openbsd.org) on 2017.05.27 08:06:04 +: > It's probably best to use basename(3) here like for the cert file > instead of incorrectly handrolling the functionality ;) > > OK? > > diff --git main.c main.c > index f8dc22c8756..9a7c3c5568c 100644 > --- main.c > +++

Re: acme-client(1) -vD output - double slash ('//') in PEM file paths

2017-05-27 Thread Florian Obser
It's probably best to use basename(3) here like for the cert file instead of incorrectly handrolling the functionality ;) OK? diff --git main.c main.c index f8dc22c8756..9a7c3c5568c 100644 --- main.c +++ main.c @@ -128,23 +128,19 @@ main(int argc, char *argv[]) }

acme-client(1) -vD output - double slash ('//') in PEM file paths

2017-05-19 Thread Raf Czlonka
Hi all, A minor thing - I'm not sure it warrants an email to bugs@ Something I had noticed only today: # acme-client -vD domain.org [...] acme-client: /etc/ssl//domain.org.chain.pem: created acme-client: /etc/ssl/domain.org.crt: created acme-client: