CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2017/01/21 01:44:35
Modified files: usr.sbin/acme-client: acme-client.1 main.c Log message: acme-client use configuration file [3 of 5] change command line options: n -> A new Account key N -> D new Domain key With this acme-client has these main usage patterns: * create new Account Key and Domain Key and get a certificate: acme-client -A -D www.example.com * renew certificate: acme-client www.example.com * revoke certificate: acme-client -r www.example.com ok florian