Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

For the purposes of this repository, let’s consider three systems:

Sign client's public keys

...

Code Block
openssl genrsa -out yubikey$YUBIKEYNUM-key.pem 2048
openssl req -new -x509 -batch -key yubikey$YUBIKEYNUM-key.pem -out yubikey$YUBIKEYNUM-cert.pem

import keys to yubikey

You import the key and certificate to the PIV applet as follows:

...