Closed protoCall7 closed 3 years ago
The manpage currently says the default for -k is /etc/ssl/private.key.
-k
/etc/ssl/private.key
I was going to submit a PR to change the default, but discovered that pop3d.c already has it defaulted to /etc/ssl/private/server.key.
pop3d.c
/etc/ssl/private/server.key
This PR fixes the documentation.
Thanks for the awesome daemon!
The manpage currently says the default for
-k
is/etc/ssl/private.key
.I was going to submit a PR to change the default, but discovered that
pop3d.c
already has it defaulted to/etc/ssl/private/server.key
.This PR fixes the documentation.
Thanks for the awesome daemon!