fix typo and update make-test-cac script description

This commit is contained in:
dandds 2018-11-06 13:59:12 -05:00
parent fd83a01cf7
commit ad49b6606a

View File

@ -2,9 +2,9 @@
# script/make-test-cac: Set up a test CAC card. # script/make-test-cac: Set up a test CAC card.
# Usage: # Usage:
# ./script/make-test-cac [DOD identifier string] [user email] [certificate name] # ./script/make-test-cac [DOD identifier string] [user email] [output name]
# i.e.: # i.e.:
# ./script/make-text-cac JONES.ANDY.1234567890 andy@example.com andy # ./script/make-test-cac JONES.ANDY.1234567890 andy@example.com andy
# The script will output 3 files: # The script will output 3 files:
# 1. The certificate (crt) file (for reference) # 1. The certificate (crt) file (for reference)
# 2. The certificate key (key) file (also for reference) # 2. The certificate key (key) file (also for reference)