Skip to content

Commit

Permalink
mostly finished nk3, still needs restructure of index and features + …
Browse files Browse the repository at this point in the history
…some minor issues
  • Loading branch information
Keksmo committed Jul 31, 2024
1 parent 494c83e commit 810e576
Show file tree
Hide file tree
Showing 101 changed files with 45 additions and 228 deletions.
3 changes: 2 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Nitrokey Documentation
nitrokeys/index
hsm/index
start/index
nitropadpc/index
nitropad/index
nitropc/index
nitrophone/index
nextbox/index
nethsm/index
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions nitrokeys/features/openpgp/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ You can find further information about the usage on these pages:
- to use `OpenPGP encryption with
Outlook <openpgp-outlook.html>`_

- `OpenPGP Touch Confirmation (Nitrokey 3 only) <uif.html>`_

- to use `Claws
Mail <https://www.claws-mail.org/plugin.php?plugin=gpg>`__, an email
client (and news reader) for Linux and Windows
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions nitrokeys/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Nitrokeys
Pro <pro/index>
Storage <storage/index>
Start <start/index>
Nitrokey3 <nitrokey3/index>
16 changes: 11 additions & 5 deletions nitrokeys/nitrokey3/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ features are realized.
- USB
- yes

* - `SMIME`_
- Asymmetric cryptography; keep your private key(s) secure; email encryption
- USB
- yes

* - `Password Safe`_
- (One-Time-)Passwords securely stored on your Nitrokey 3
- USB
Expand Down Expand Up @@ -70,15 +75,16 @@ data migrations from test to stable firmwares will not be implemented.**
- no


.. _FIDO2: https://github.com/Nitrokey/fido-authenticator
.. _OpenPGP Card: https://github.com/Nitrokey/opcard-rs
.. _FIDO2: ../features/fido/index.html
.. _OpenPGP Card: ../features/openpgp/index.html
.. _Password Safe: https://github.com/Nitrokey/trussed-secrets-app
.. _Admin App: https://github.com/Nitrokey/admin-app
.. _PIV: https://github.com/Nitrokey/piv-authenticator
.. _PIV: ../features/piv/index
.. _WebSmartCard: https://github.com/Nitrokey/nitrokey-websmartcard
.. _SMIME: ../features/smime/index.html

.. _pynitrokey: ../software/nitropy
.. _NitrokeyApp2: ../software/nk-app2
.. _pynitrokey: ../software/nitropy/index.html
.. _NitrokeyApp2: ../software/nk-app2/index.html

.. _Test Firmware: linux/firmware-update#firmware-release-types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,18 @@ Examples:

This is mostly relevant for users that rely on a feature from the test releases.
Users of the stable firmware can always update to the latest available firmware version.

Troubleshooting (Linux):
----------------

**Issue:** I get ``permission denied for /dev/hidrawX`` during update.
This likely means your user has not the needed permissions to
read/write the device. Please make sure you have set up the correct
`udev-rules`_. Download this `udev-rules`_ set and place it in your
udev rules directory (e.g., ``/etc/udev/rules.d``). Then remove
your Nitrokey 3 from the USB slot and run:
``udevadm control --reload-rules && udevadm trigger`` or reboot
your machine. Afterwards the update should work without the
permission issue.

.. _udev-rules: https://raw.githubusercontent.com/Nitrokey/libnitrokey/master/data/41-nitrokey.rules
26 changes: 12 additions & 14 deletions nitrokeys/nitrokey3/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,15 @@ Nitrokey 3

.. contents:: :local:


The Nitrokey 3 currently supports:

* FIDO2
* Password-Safe & One-Time Passwords (OTP)
* OpenPGP Card (`Secure Element Backend or Software Backend`_)

Additional features like PIV are available in test firmware releases. See the `release notes`_ on GitHub for more information.

.. _Secure Element Backend or Software Backend: faq#how-can-I-use-the-se050-secure-element
.. _release notes: https://github.com/Nitrokey/nitrokey-3-firmware/releases

First check the:

.. toctree::
:maxdepth: 1
:glob:

Frequently Asked Questions <faq>
features
Getting Started <getting-started>

Or choose your operating system:

or check out the features:

Expand All @@ -33,4 +20,15 @@ or check out the features:
:glob:

Features <features>
set pin <set-pins>
firmware-update <firmware-update>
main <main>
nitropy <nitropy>
desktop login <../features/desktop-login/index>
reset <reset>
passwordless microsoft <../features/fido/passwordless-microsoft>

Additional features like PIV (Windows only) are available in test firmware releases. See the `release notes`_ on GitHub for more information.

.. _Secure Element Backend or Software Backend: faq#how-can-I-use-the-se050-secure-element
.. _release notes: https://github.com/Nitrokey/nitrokey-3-firmware/releases
File renamed without changes.
2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/linux/2fa-odoo.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/adsk.rst

This file was deleted.

3 changes: 0 additions & 3 deletions nitrokeys/nitrokey3/linux/desktop-login.rst

This file was deleted.

16 changes: 0 additions & 16 deletions nitrokeys/nitrokey3/linux/firmware-update.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/images

This file was deleted.

13 changes: 0 additions & 13 deletions nitrokeys/nitrokey3/linux/index.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/nitropy.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp-keygen-backup.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp-keygen-gpa.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp-keygen-on-device.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp-outlook.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp-thunderbird.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp-uif.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/openpgp.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/reset.rst

This file was deleted.

21 changes: 0 additions & 21 deletions nitrokeys/nitrokey3/linux/set-pins.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/smime-outlook.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/smime-thunderbird.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/smime.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/linux/troubleshooting.rst

This file was deleted.

2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/mac/2fa-odoo.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/adsk.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/firmware-update.rst

This file was deleted.

13 changes: 0 additions & 13 deletions nitrokeys/nitrokey3/mac/index.rst

This file was deleted.

2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/mac/keepassxc.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/nitropy.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/openpgp-keygen-backup.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/openpgp-keygen-gpa.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/openpgp-keygen-on-device.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/openpgp-outlook.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/openpgp-thunderbird.rst

This file was deleted.

2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/mac/openpgp-uif.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/openpgp.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/reset.rst

This file was deleted.

21 changes: 0 additions & 21 deletions nitrokeys/nitrokey3/mac/set-pins.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/smime-outlook.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/smime-thunderbird.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/smime.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/mac/troubleshooting.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Setting PIN with the Chrom(e|ium) webbrowser
.. start-fido2-windows-settings-application
Settings PIN with Windows Settings application
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Settings PIN with Windows Settings application (Windows only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. Open the Windows "Settings" application.
2. Open the "Accounts" menu.
Expand Down
10 changes: 0 additions & 10 deletions nitrokeys/nitrokey3/shared/openpgp.rst.inc

This file was deleted.

2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/windows/2fa-odoo.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/adsk.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/firmware-update.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/images/enabling-u2f-on-firefox

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/images/passwordless-microsoft

This file was deleted.

14 changes: 0 additions & 14 deletions nitrokeys/nitrokey3/windows/index.rst

This file was deleted.

2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/windows/keepassxc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions nitrokeys/nitrokey3/windows/openpgp-csp.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp-keygen-backup.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp-keygen-gpa.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp-keygen-on-device.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp-outlook.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp-thunderbird.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp-uif.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/openpgp.rst

This file was deleted.

4 changes: 0 additions & 4 deletions nitrokeys/nitrokey3/windows/passwordless-microsoft.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/reset.rst

This file was deleted.

24 changes: 0 additions & 24 deletions nitrokeys/nitrokey3/windows/set-pins.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/smime-outlook.rst

This file was deleted.

1 change: 0 additions & 1 deletion nitrokeys/nitrokey3/windows/smime-thunderbird.rst

This file was deleted.

Loading

0 comments on commit 810e576

Please sign in to comment.