Skip to content

Commit

Permalink
Merge pull request #54 from privacyidea/42/add_script_to_enroll_yk_pi…
Browse files Browse the repository at this point in the history
…v_certs

Add Script to enroll Yubikey PIV Certificates
  • Loading branch information
laclaro authored Jul 17, 2020
2 parents 6bac7a8 + 39d2122 commit 8ea39c6
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 9 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,39 @@ privacyideaadm

This is a command line client to manage the privacyIDEA server.

Usage
-----

Use `privacyidea --help` or `privacyidea <COMMAND> --help` respectively to
display available commands and options.

Installation
------------
Using a python virtualenv a simple `pip install .` should suffice to make
the admin tool available.<br/>
Note that the extra tools might require additional (python) packages.

Additional Tools
----------------

The `scripts` folder contains tools for additional functionality

### privacyidea-enroll-yubikey-piv:
Enroll a Certificate Token using the YubiKey PIV application.
This requires a working CA configuration in privacyIDEA.

> **Warning:**<br/>
> This tool is still work in progress and should not be used for security
> sensitive operations
### privacyidea-luks-assign:
You can use it to fill an LUKS keyslot with the response
of a challenge response Yubikey, that is managed with
privacyIDEA.

.note:: You will also need the package at https://github.com/cornelinux/yubikey-luks to enable
grub to read challenges from the yubikey.
> **Note:**<br/>
> You will also need the package at https://github.com/cornelinux/yubikey-luks to enable
> grub to read challenges from the yubikey.
You can also use it to manage SSH keys centrally for all your
servers running openssh.
1 change: 1 addition & 0 deletions privacyideautils/commands/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# You should have received a copy of the GNU Affero General Public
# License along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import print_function
import click
import datetime
import logging
Expand Down
Loading

0 comments on commit 8ea39c6

Please sign in to comment.