|
[[!meta title="Install Tails from Debian or Ubuntu using the command line and GnuPG"]]
|
[[!meta title="Instalar desde Debian o Ubuntu usando la linea de comandos y GnuPG"]]
|
|
[[!meta stylesheet="inc/stylesheets/overview" rel="stylesheet" title=""]]
|
[[!meta stylesheet="inc/stylesheets/overview" rel="stylesheet" title=""]]
|
|
[[!meta stylesheet="inc/stylesheets/download" rel="stylesheet" title=""]]
|
[[!meta stylesheet="inc/stylesheets/download" rel="stylesheet" title=""]]
|
|
[[!meta stylesheet="doc/about/warnings" rel="stylesheet" title=""]]
|
[[!meta stylesheet="doc/about/warnings" rel="stylesheet" title=""]]
|
|
[[!meta stylesheet="inc/stylesheets/steps" rel="stylesheet" title=""]]
|
[[!meta stylesheet="inc/stylesheets/steps" rel="stylesheet" title=""]]
|
|
[[!meta stylesheet="inc/stylesheets/expert" rel="stylesheet" title=""]]
|
[[!meta stylesheet="inc/stylesheets/expert" rel="stylesheet" title=""]]
|
|
[[!inline pages="install/inc/overview" raw="yes" sort="age"]]
|
[[!inline pages="install/inc/overview.es" raw="yes" sort="age"]]
|
|
[[!inline pages="install/inc/steps/warnings.inline" raw="yes" sort="age"]]
|
[[!inline pages="install/inc/steps/warnings.inline.es" raw="yes" sort="age"]]
|
|
<h1 id="verify-key" class="step">Verify the Tails signing key</h1>
|
<h1 id="verify-key" class="step">Verificar la clave de firma de Tails</h1>
|
|
<div class="tip">
|
<div class="tip">
|
|
<p>If you already certified the Tails signing key with your own key, you can skip this step and start [[downloading and verifying the USB image|expert#download]].</p>
|
<p>Si ya verificaste la clave de firma de Tails previamente con tu propia clave, puedes saltarte este paso y empezar a [[descargar y verificar la imagen USB|expert#download]].</p>
|
|
</div>
|
</div>
|
|
In this step, you will download and verify the *Tails signing key* which is the OpenPGP key that is used to cryptographically sign the Tails USB image.
|
En este paso vas a descargar y verificar la *clave de firma de Tails* que es la clave OpenPGP que se usa para firmar criptográficamente la imagen USB de Tails.
|
|
<div class="note">
|
<div class="note">
|
|
<p>To follow these instructions you need to have your own OpenPGP key.</p>
|
<p>Para seguir estas instrucciones necesitas tener tu propia llave OpenPGP.</p>
|
|
<p>To learn how to create yourself an OpenPGP key, see <a href="https://riseup.net/en/security/message-security/openpgp/gpg-keys">Managing OpenPGP Keys</a> by <em>Riseup</em>.</p>
|
<p>Para aprender a crear tu propia llave OpenPGP, mira <a href="https://riseup.net/es/security/message-security/openpgp/gpg-keys">Managing OpenPGP Keys</a> por <em>Riseup</em>.</p>
|
|
This verification technique uses the OpenPGP Web of Trust and the certification made by official Debian developers on the Tails signing key.
|
Esta técnica de verificación utiliza la Red de Confianza de OpenPGP y la certificación hecha por desarrolladores oficiales de Debian en la llave de firmado de Tails.
|
|
Import the Tails signing key in your <span class="application">GnuPG</span> keyring:
|
Importa la clave de firma de Tails en el depósito de claves de <span class="application">GnuPG</span>:
|
|
wget https://tails.boum.org/tails-signing.key gpg --import < tails-signing.key
|
wget https://tails.boum.org/tails-signing.key gpg --import < tails-signing.key
|
|
Install the Debian keyring. It contains the OpenPGP keys of all Debian developers:
|
Instala el deposito de claves de Debian. Contiene las llaves OpenPGP de todos los desarrolladores de Debian:
|