Add FILES section to cassh.1

Adjust a Bl -width and some Pa while there.
This commit is contained in:
Lucas 2022-04-07 22:04:44 +00:00
parent b1ae1229f7
commit 061f99740f
1 changed files with 13 additions and 4 deletions

17
cassh.1
View File

@ -53,11 +53,11 @@ and
files based on the active Certification Authority.
.Pp
A Certification Authority directory consists of a
.Pa ca.pub
.Pa ./ca.pub
file corresponding to the public key of it, a
.Pa pubkeys/
.Pa ./pubkeys/
directory which holds the public keys to be signed, and an optional
.Pa serial.txt
.Pa ./serial.txt
file holding the current serial number for the issued certificates.
.Pp
The following commands are available to
@ -79,7 +79,7 @@ and
.Ar principals .
The recognized tokens are:
.Pp
.Bl -tag -width XXXX -offset indent -compact
.Bl -tag -width MMMM -offset indent -compact
.It %%
A literal
.Sq % .
@ -123,6 +123,15 @@ See
.Xr sshd 8 SSH_KNOWN_HOSTS FILE FORMAT
for details.
.El
.Sh FILES
.Bl -tag -width MMMMMMMMMMMMMM -compact
.It Pa ./ca.pub
Certification Authority public key
.It Pa ./pubkeys/
Directory containing the public keys to be signed
.It Pa ./serial.txt
Last issued serial
.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO