161
edits
m |
m |
||
Line 1: | Line 1: | ||
This page should be used to discuses the XEP's and implementation of [https://xmpp.org/extensions/xep-0373.html XEP-0373: OpenPGP for XMPP] | This page should be used to discuses the XEP's and implementation of [https://xmpp.org/extensions/xep-0373.html XEP-0373: OpenPGP for XMPP] | ||
= | = Basics = | ||
== OpenPGP via GnuPG == | |||
* Generate a Key | |||
<pre> | |||
gpg --full-gen-key | |||
</pre> | |||
* Export a public key just with one UID | |||
<pre> | |||
gpg --export --export-options export-minimal --export-filter 'keep-uid=uid =~ xmpp:local@domain.tld' MEIN_FINGERPRINT > /tmp/test.gpg | |||
</pre> | |||
= Discussions = | |||
== History of version of public key == | == History of version of public key == |
edits