Public Key Server (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
<pre> | <pre> | ||
wget | wget http://downloads.sourceforge.net/project/pks/pks/0.9.6/pks-0.9.6.tar.gz | ||
tar xzf pks-0.9.6.tar.gz | |||
cd pks-0.9.6 | |||
./configure --prefix=/opt/pks/ | |||
make | |||
sudo make install | |||
</pre> | |||
== Man Pages == | |||
=== Dämon === | |||
<pre> | |||
man -M /opt/pks/man/ pksd | |||
</pre> | |||
=== Konfigurationsdatei === | |||
<pre> | |||
man -M /opt/pks/man/ pksd.conf | |||
</pre> | </pre> | ||
Aktuelle Version vom 26. Dezember 2016, 13:09 Uhr
Noch in Bearbeitung
Installation
wget http://downloads.sourceforge.net/project/pks/pks/0.9.6/pks-0.9.6.tar.gz tar xzf pks-0.9.6.tar.gz cd pks-0.9.6 ./configure --prefix=/opt/pks/ make sudo make install
Man Pages
Dämon
man -M /opt/pks/man/ pksd
Konfigurationsdatei
man -M /opt/pks/man/ pksd.conf
Links
Zurück zu Ubuntu