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. files based on the active Certification Authority.
.Pp .Pp
A Certification Authority directory consists of a A Certification Authority directory consists of a
.Pa ca.pub .Pa ./ca.pub
file corresponding to the public key of it, a 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 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. file holding the current serial number for the issued certificates.
.Pp .Pp
The following commands are available to The following commands are available to
@ -79,7 +79,7 @@ and
.Ar principals . .Ar principals .
The recognized tokens are: The recognized tokens are:
.Pp .Pp
.Bl -tag -width XXXX -offset indent -compact .Bl -tag -width MMMM -offset indent -compact
.It %% .It %%
A literal A literal
.Sq % . .Sq % .
@ -123,6 +123,15 @@ See
.Xr sshd 8 SSH_KNOWN_HOSTS FILE FORMAT .Xr sshd 8 SSH_KNOWN_HOSTS FILE FORMAT
for details. for details.
.El .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 .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO