Files
ports/security/pks/files/pkg-message.in
2022-07-27 16:27:12 +02:00

53 lines
1.6 KiB
Plaintext

[
{ type: install
message: <<EOM
Add the following lines to /etc/rc.conf.local or /etc/rc.conf to enable this service:
pksd_enable (bool): Set to NO by default.
Set it to YES to enable pksd.
pksd_config (path): Set to %%PREFIX%%/etc/pksd.conf
by default.
pksd_mailq_enable (bool): Set to NO by default. Process incoming
mail queue of commands and key requests
(you will need to configure your mail
infrastructure to enable this. See:
%%PREFIX%%/share/doc/pks/README and
%%PREFIX%%/share/doc/pks/EMAIL for details.
pksd_queue_delay (int): Periodically process incoming mail.
Set to 60 seconds by default.
To enable adding keys via the web interface
please create a configuration file at:
%%PREFIX%%/etc/pksd.conf
Check sample file at:
%%PREFIX%%/etc/pksd.conf.sample
Also note that the database used by pks
sometimes needs to be created manually, to
do that refer to:
man 8 pksclient
EOM
},
{ type: remove
message: <<EOM
===========================================================================
If you won't be using %%PORTNAME%% any longer, you may want to remove the
following directories and files:
%%PREFIX%%/etc/pksd.conf
/var/pks
===========================================================================
EOM
}
]