From 1599714db4b8f5200fd5fe1006fca2e4e113e0b5 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Thu, 22 Sep 2022 18:17:05 +0100 Subject: [PATCH] help: Document supported certificate X509 types Closes: #630 Note: 'kdc' is not a supported X509 type #673 Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 1 + 1 file changed, 1 insertion(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 48c9ce5..93911ee 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -128,6 +128,7 @@ cmd_help() { Sign a certificate request of the defined 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."