aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/key-type.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/key-type.d')
-rw-r--r--docs/cmdline-opts/key-type.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cmdline-opts/key-type.d b/docs/cmdline-opts/key-type.d
new file mode 100644
index 000000000..bf39bcd35
--- /dev/null
+++ b/docs/cmdline-opts/key-type.d
@@ -0,0 +1,9 @@
+Long: key-type
+Arg: <type>
+Help: Private key file type (DER/PEM/ENG)
+Protocols: TLS
+---
+Private key file type. Specify which type your --key provided private key
+is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.
+
+If this option is used several times, the last one will be used.