From 056baee5c2d6e57cab5512677b86c39f1a3fc74d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 1 Oct 2014 14:27:50 +0200 Subject: [PATCH] Fix. --- doc/CertificateAuthorityWithNEO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/CertificateAuthorityWithNEO.txt b/doc/CertificateAuthorityWithNEO.txt index 0453231..ea4faf8 100644 --- a/doc/CertificateAuthorityWithNEO.txt +++ b/doc/CertificateAuthorityWithNEO.txt @@ -172,6 +172,10 @@ Sub-CA used to sign the EE, so set it first: host=munin user=Simon +We first need to load the PIN code from the previous section. + + pin=`cat yubico-internal-https-$user-pin.txt` + Then generate a new private key and certificate request: openssl genrsa -out yubico-internal-https-ee-$host-key.pem 2048