Rename serial.txt -> ca_serial.txt
This commit is contained in:
parent
9e75968acc
commit
70f4a1b190
2 changed files with 3 additions and 3 deletions
4
cassh.1
4
cassh.1
|
@ -65,7 +65,7 @@ file corresponding to the public key of it, a
|
|||
directory which holds the public keys to be signed, an optional
|
||||
.Pa ./krl
|
||||
file corresponding to the last issued Key Revocation List, and optional
|
||||
.Pa ./serial.txt
|
||||
.Pa ./ca_serial.txt
|
||||
and
|
||||
.Pa ./krl_serial.txt
|
||||
files corresponding to the current serial number for the issued certificates
|
||||
|
@ -163,7 +163,7 @@ Certification Authority public key
|
|||
Directory containing the public keys to be signed
|
||||
.It Pa ./krl
|
||||
Key Revocation List
|
||||
.It Pa ./serial.txt
|
||||
.It Pa ./ca_serial.txt
|
||||
Last issued serial for certificates
|
||||
.It Pa ./krl_serial.txt
|
||||
Last issued serial for KRLs
|
||||
|
|
2
cassh.sh
2
cassh.sh
|
@ -238,7 +238,7 @@ main_revoke()
|
|||
set -u
|
||||
|
||||
PATH_CA_PUB=./ca.pub
|
||||
PATH_CA_SERIAL=./serial.txt
|
||||
PATH_CA_SERIAL=./ca_serial.txt
|
||||
PATH_KRL=./krl
|
||||
PATH_KRL_SERIAL=./krl_serial.txt
|
||||
PATH_PUBKEYS_DIR=./pubkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue