]> gitweb.fluxo.info Git - padrao.git/commitdiff
Chave OpenPGP de Coletivo
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Mar 2015 14:36:05 +0000 (11:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Mar 2015 14:36:05 +0000 (11:36 -0300)
keys.mdwn
keys/role.mdwn [new file with mode: 0644]

index 404569c97e2b86c5b3c9ed6d9addf8a0c8f6b7ae..62b8048724ea6152c1acb715ca65924d883718b1 100644 (file)
--- a/keys.mdwn
+++ b/keys.mdwn
@@ -129,10 +129,14 @@ Exporta
 
     gpg --armor --export-options export-local-sigs --export KEYID
 
+Chave OpenPGP de Coletivo
+-------------------------
+
+Vide [Chave OpenPGP de Coletivo](role).
+
 Referências
 ===========
 
 * [Using ssh-agent with ssh](http://mah.everybody.org/docs/ssh).
 * [Using Rsync and SSH ](http://troy.jdmz.net/rsync/index.html).
 * [SSH and ssh-agent](http://www.securityfocus.com/infocus/1812).
-
diff --git a/keys/role.mdwn b/keys/role.mdwn
new file mode 100644 (file)
index 0000000..10c10ee
--- /dev/null
@@ -0,0 +1,24 @@
+Role key
+========
+
+Começando
+---------
+
+    KEY="fingerprint da chave OpenPGP"
+
+Procedimento para criar as assinaturas
+--------------------------------------
+
+    GPG_AGENT_INFO="" gpg -b --armor --default-key "$KEY" -s openpgp.txt
+
+Renovação
+---------
+
+    GPG_AGENT_INFO="" gpg --edit-key "$KEY"
+    gpg --armor --export-secret-keys "$KEY" | keyringer sarava encrypt contato@$DOMAIN/gpg/key.asc
+    gpg --armor --export             "$KEY" | keyringer sarava encrypt contato@$DOMAIN/gpg/key.pub.asc
+
+    keyringer $HYDRA git commit
+    keyringer $HYDRA git push
+
+    gpg --send-key "$KEY"