CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2024/10/10 03:39:35
Modified files: usr.sbin/acme-client: netproc.c Log message: Always print account URI on first creation of an account key. This was hidden behind -v but it seems useful to always have this when creating a new account. As sthen points out in his previous commit: This is useful if you want to set a CAA DNS record restricting issuance to a specific user account. OK deraadt