From: Lloyd Subject: Re: /etc/ssl/cert.pem : concatenate system and local files To: Sebastien Marie Cc: tech@openbsd.org Date: Fri, 22 May 2026 20:33:37 +0000 One more thought. Don't you still want cert.pem in the changelist even if it's dynamically generated? Otherwise changes to that file, while ephemeral, would no longer be caught when security(8) runs. Regards Lloyd Sebastien Marie wrote: > diff --git a/etc/changelist b/etc/changelist > index 0dc0188b18..6da8ad922e 100644 > --- a/etc/changelist > +++ b/etc/changelist > @@ -148,7 +148,8 @@ > +/etc/ssh/ssh_host_rsa_key > /etc/ssh/ssh_host_rsa_key.pub > /etc/ssh/sshd_config > -/etc/ssl/cert.pem > +/etc/ssl/cert.base.pem > +/etc/ssl/cert.local.pem > /etc/suid_profile > /etc/sysctl.conf > /etc/syslog.conf