Main.OpenPGP History

Hide minor edits - Show changes to output

Changed lines 3-5 from:
All signings will be made from the key [[http://chris.berger.cx/uploads/Main/christopheberger.asc|0xCB74F360]]. It is also available on public keyservers.

to:
All signings will be made from the key [[http://chris.berger.cx/uploads/Main/christopheberger.asc|0xADB140A7]]. It is also available on public keyservers.
My previous key (1024 bit / 0xCB74F360) was revoked on 2014-02-23 as it is replaced by the 0xADB140A7 key
.

Added line 27:
** [@ gpg --export -a your_keyid @]
Deleted line 30:
22 janv. 2014 00:17 by noname - OpenPGP Signature Policy
Added lines 30-32:


[[Perso/OpenPGP|OpenPGP personal notes]]
22 janv. 2014 00:16 by noname - OpenPGP Signature Policy
Added lines 1-29:
!! OpenPGP Signature policy

All signings will be made from the key [[http://chris.berger.cx/uploads/Main/christopheberger.asc|0xCB74F360]]. It is also available on public keyservers.


!!! Prerequisites for signing:
* At least one government-issued photo ID must be presented
* Written copy of your key fingerprint exported with
** [@ gpg --fingerprint your_keyid @]
* Meeting in person

!!! Signature Levels
* '''0x10''': not used
* '''0x11''': not used
* '''0x12''': Level used for people I met and checked their ID
* '''0x13''': Level used for people I personally know and that I'm sure of their identity (and or checked ID)

!!! Signing process:
* Meeting in person to:
** check your identity,
** exchange details on ID to be signed;
* For each ID, I'll send you an encrypted e-mail. I won't upload the signature to the key server, I'll let you do it.
** [@ gpg --ask-cert-level \
    --cert-policy-url http://chris.berger.cx/Main/OpenPGP \
    --sign-key your_keyid @]
* To import/publish your signature:
** [@ gpg --import the_signature.asc @]
** [@ gpg --keyserver pool.sks-keyservers.net --send-key your_keyid @]