Difference between revisions of "Tech pages/OX"

Jump to navigation Jump to search
278 bytes added ,  20:27, 5 June 2020
m
no edit summary
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]


= Discussion =
= 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 ==
161

edits

Navigation menu