Publishing public key in gpg

Justin R. Miller incanus@codesorcery.net
Wed Oct 31 16:47:02 2001


--k3qmt+ucFURmlhDS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Thus spake Paul Davis (pad@gnat.net):

> I am needing to publish my several public keys to a server so everyone
> in the office can verify each others emails but I don't how.
>=20
> How do I store the public keys on a server.

You can export your public key to a text block by doing this:

	gpg --export --armor 0xXXXXXXXX > pubkey.asc

Where 0xXXXXXXXX is replaced by the key ID of the key you want to
export.  You could also name several keys and get them all in one big
block. =20

As for distribution, you could use a keyserver (have a look at
http://pgp.dtype.org for example) or you could put the block you created
above on a webserver for download like a normal text file.=20

--=20
Justin R. Miller <incanus@codesorcery.net>
PGP/GnuPG Key ID 0xC9C40C31 (preferred)

--k3qmt+ucFURmlhDS
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE74Bw194d6K8nEDDERAvHDAJ9hAINbiN3j7kYN9LqmUQvFUO9iLwCgiJ8i
rRG29O7Dq0d0WsYO1Elk/Lg=
=rzxO
-----END PGP SIGNATURE-----

--k3qmt+ucFURmlhDS--