CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/09/16 09:06:02
Modified files:
usr.sbin/acme-client: acme-client.conf.5 extern.h json.c main.c
netproc.c parse.h parse.y
Log message:
implement draft-ietf-acme-profiles for acme-client, ok florian
letsencrypt uses this to allow asking for a certificate with a specific
TLS profile; see https://letsencrypt.org/docs/profiles/ for current options
note that with current timers, if you select the non-default "shortlived"
profile, renewal will be done at each acme-client run. if this results in
exceeding rate limits, adjust cronjobs, or don't do that. (this is being
looked at, but may possibly be too sensitive to change before release).