CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/15 07:57:24
Modified files:
usr.sbin/relayd: parse.y relayd.c relayd.conf.5 relayd.h
Log message:
relayd: allow explicit paths for certificates, keys and OCSP staples
Extend the "keypair" keyword in relayd.conf to support optional explicit paths.
Previously, relayd enforced a naming convention, looking up files in /etc/ssl
and /etc/ssl/private based on the keypair name.
This change allows other applications to manage their certificates without
having to comply with relayd's internal naming logic.
Input and OK kirill@, help form tb@