On Wed, Dec 13, 2023 at 7:55 PM Pocket <[email protected]> wrote: > > What formats does certs need to be to work with update-ca-certificates? > > PEM or DER?
PEM > I have just finished writing some scripts to generate certs for my email > server and nginx server. > > [...] > Will pem format type certs work? Yes. You should also place the certificates in /usr/local/share/ca-certificates . Make the directory if it does not exist. And then run update-ca-certificates from the directory. Jeff

