...
Code Block | ||
---|---|---|
| ||
@cert-authority *.netdef.org `yubikey1.pub` @cert-authority *.netdef.org `yubikey2.pub` @cert-authority *.netdef.org `yubikey3.pub` |
3 Client Certificate
Step 1 - Sign client's public key
One can either use the public key file that is stored on github or one can manually copy the id_rsa.pub file to the CA authority.
...
Code Block | ||
---|---|---|
| ||
helloworld-1234567890-1-cert.pub helloworld-1234567890-2-cert.pub ... helloworld-1234567890-N-cert.pub |
Step 2 - copy all certificates to netdef folder
Copy all certificates that can be found in the provided tar file to the folder '$SSH_CERTIFICATES
'
.
...