Skip to content

Commit

Permalink
Fix link in documentation
Browse files Browse the repository at this point in the history
Add more info to checking fingerprint
  • Loading branch information
cornelinux committed Apr 10, 2019
1 parent 6b58627 commit ab15471
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/installation/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ Download the signing key::

wget https://lancelot.netknights.it/NetKnights-Release.asc

Check the fingerprint of the key::
On Ubuntu 16.04 check the fingerprint of the key::

gpg --with-fingerprint NetKnights-Release.asc

It should look like this::
On 18.04 you need to run::

gpg --dry-run --import --with-fingerprint NetKnights-Release.asc

The fingerprint of the key is::

pub 4096R/AE250082 2017-05-16 NetKnights GmbH <release@netknights.it>
Key fingerprint = 0940 4ABB EDB3 586D EDE4 AD22 00F7 0D62 AE25 0082
Expand All @@ -68,7 +72,7 @@ Upgrading privacyIDEA to 3.0

If you want to upgrade your privacyIDEA on Ubuntu to privacyIDEA 3.0,
you need to add a new repository configuration as described in
:ref:`_add_ubuntu_repository`.
:ref:`add_ubuntu_repository`.

Now you can simply run::

Expand Down

0 comments on commit ab15471

Please sign in to comment.