From 0223058cdd5d820d8b4689566db07707a8d45efc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 16 Aug 2019 15:15:03 +0200 Subject: [PATCH] openssl/client/fastest --- in/public/security/openssl/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/in/public/security/openssl/index.rst b/in/public/security/openssl/index.rst index dbf83d6..3591db5 100644 --- a/in/public/security/openssl/index.rst +++ b/in/public/security/openssl/index.rst @@ -232,3 +232,20 @@ Sign request -set_serial 0 \ -days 730 \ -out "certificate.crt" \ + +---- + +from CA key & certificate +------------------------- + +.. code:: shell + + openssl \ + x509 \ + -CA ca.crt \ + -CAkey ca.key \ + -req \ + -in "client.csr" \ + -days 365 \ + -out "client.crt" \ + -set_serial nn