Public Key Server (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 8: Zeile 8:
tar xzf pks-0.9.6.tar.gz
tar xzf pks-0.9.6.tar.gz
cd pks-0.9.6
cd pks-0.9.6
./configure --prefix=PREFIX
./configure --prefix=/opt/pks/
make
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, 14: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

OpenPGP Public Key Server


Zurück zu Ubuntu