Rename serial.txt -> ca_serial.txt
This commit is contained in:
parent
9e75968acc
commit
70f4a1b190
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
|
directory which holds the public keys to be signed, an optional
|
||||||
.Pa ./krl
|
.Pa ./krl
|
||||||
file corresponding to the last issued Key Revocation List, and optional
|
file corresponding to the last issued Key Revocation List, and optional
|
||||||
.Pa ./serial.txt
|
.Pa ./ca_serial.txt
|
||||||
and
|
and
|
||||||
.Pa ./krl_serial.txt
|
.Pa ./krl_serial.txt
|
||||||
files corresponding to the current serial number for the issued certificates
|
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
|
Directory containing the public keys to be signed
|
||||||
.It Pa ./krl
|
.It Pa ./krl
|
||||||
Key Revocation List
|
Key Revocation List
|
||||||
.It Pa ./serial.txt
|
.It Pa ./ca_serial.txt
|
||||||
Last issued serial for certificates
|
Last issued serial for certificates
|
||||||
.It Pa ./krl_serial.txt
|
.It Pa ./krl_serial.txt
|
||||||
Last issued serial for KRLs
|
Last issued serial for KRLs
|
||||||
|
2
cassh.sh
2
cassh.sh
@ -238,7 +238,7 @@ main_revoke()
|
|||||||
set -u
|
set -u
|
||||||
|
|
||||||
PATH_CA_PUB=./ca.pub
|
PATH_CA_PUB=./ca.pub
|
||||||
PATH_CA_SERIAL=./serial.txt
|
PATH_CA_SERIAL=./ca_serial.txt
|
||||||
PATH_KRL=./krl
|
PATH_KRL=./krl
|
||||||
PATH_KRL_SERIAL=./krl_serial.txt
|
PATH_KRL_SERIAL=./krl_serial.txt
|
||||||
PATH_PUBKEYS_DIR=./pubkeys
|
PATH_PUBKEYS_DIR=./pubkeys
|
||||||
|
Loading…
Reference in New Issue
Block a user