help: Document supported certificate X509 types

Closes: #630

Note: 'kdc' is not a supported X509 type #673

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-09-22 18:17:05 +01:00
parent 513c5be97a
commit 1599714db4
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -128,6 +128,7 @@ cmd_help() {
Sign a certificate request of the defined type. <type> must be a known type,
such as: 'client', 'server', 'serverClient', or 'ca' (or a user-added type).
All supported types are listed in the x509-types directory.
This request file must exist in the reqs/ dir and have a .req file
extension. See import-req below for importing reqs from other sources."