CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/21 01:54:26
Modified files:
usr.sbin/acme-client: extern.h fileproc.c main.c revokeproc.c
Log message:
Split certificate file from config file into certdir and certfile.
This way we can still chroot to certdir but the the certificate file
is not fixed to "cert.pem".
Writing of chain.pem and fullchain.pem is currently broken with this.
OK benno
