Skip to content

Commit fbdf0fc

Browse files
alexgithublabdaringer
authored andcommitted
code block fix
1 parent 6bf0473 commit fbdf0fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/components/nitrokeys/features/piv/guides/local_user_logon_on_macos.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ It is easier to use ``nitropy nk3 piv`` commands when PIN, PUK and management ke
2525

2626
.. code-block:: bash
2727
28-
nitropy nk3 piv --experimental generate-key --key 9a --algo nistp256 --subject-name "CN=Foo Bar" --subject-alt-name-upn "[email protected]"
28+
nitropy nk3 piv --experimental generate-key --key 9a --algo nistp256 --subject-name "CN=Foo Bar" --subject-alt-name-upn "[email protected]"
2929
3030
2. Generate a key and a certificate in PIV slot 9d:
3131

3232
.. code-block:: bash
3333
34-
nitropy nk3 piv --experimental generate-key --key 9d --algo nistp256 --subject-name "CN=Foo Bar" --subject-alt-name-upn "[email protected]"
34+
nitropy nk3 piv --experimental generate-key --key 9d --algo nistp256 --subject-name "CN=Foo Bar" --subject-alt-name-upn "[email protected]"
3535
3636
3. Verify that the Nitrokey now has certificates in slots 9a and 9d:
3737

3838
.. code-block:: bash
3939
40-
nitropy nk3 piv --experimental list-certificates
40+
nitropy nk3 piv --experimental list-certificates
4141
4242
4. Verify that the Nitrokey is recognized by the system and that identities are found:
4343

4444
.. code-block:: bash
4545
46-
sc_auth identities
46+
sc_auth identities
4747
4848
This should print something like this:
4949

@@ -59,7 +59,7 @@ It is easier to use ``nitropy nk3 piv`` commands when PIN, PUK and management ke
5959

6060
.. code-block:: bash
6161
62-
sc_auth list
62+
sc_auth list
6363
6464
This should print something like this:
6565

0 commit comments

Comments
 (0)