aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/cli.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/cli.rst')
-rw-r--r--doc/manual/cli.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/cli.rst b/doc/manual/cli.rst
index ecebe74e5..7427feb5d 100644
--- a/doc/manual/cli.rst
+++ b/doc/manual/cli.rst
@@ -95,13 +95,13 @@ Public Key Cryptography
X.509
----------------------------------------------
-<<<<<<< HEAD
+
``gen_pkcs10 key CN --country= --organization= --email= --key-pass= --hash=SHA-256 --emsa=``
Generate a PKCS #10 certificate signing request (CSR) using the passed PKCS #8
private key *key*. If the private key is encrypted, the decryption passphrase
*key-pass* has to be passed.*emsa* specifies the padding scheme to be used
when calculating the signature.
-
+
- For RSA keys EMSA4 (RSA-PSS) is the default scheme.
- For ECDSA, DSA, ECGDSA, ECKCDSA and GOST-34.10 keys *emsa* defaults to EMSA1.