diff --git a/in/public/security/openssl/index.rst b/in/public/security/openssl/index.rst index ca15cfe..338d0b7 100644 --- a/in/public/security/openssl/index.rst +++ b/in/public/security/openssl/index.rst @@ -2,6 +2,16 @@ OpenSSL ####### +Select secure ciphers +===================== + +.. code:: shell + + openssl ciphers \ + | sed -e "s/:/\n/g" \ + | grep "\(TLS\|ECDHE-RSA\)" \ + | grep "\(GCM\|POLY1305\)" + Generate private key ====================