Skip to content

Instantly share code, notes, and snippets.

@pfrozi
Created November 1, 2021 18:37
Show Gist options
  • Select an option

  • Save pfrozi/6ff33fc1e147aaebd2ee860ffb8ca9ae to your computer and use it in GitHub Desktop.

Select an option

Save pfrozi/6ff33fc1e147aaebd2ee860ffb8ca9ae to your computer and use it in GitHub Desktop.

Revisions

  1. pfrozi revised this gist Nov 1, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion opelssl.cnf
    Original file line number Diff line number Diff line change
    @@ -18,5 +18,5 @@ system_default = system_default_sect
    [system_default_sect]
    MinProtocol = TLSv1
    CipherString = DEFAULT@SECLEVEL=0
    #CipherSuites = ALL
    #CipherString = ALL
    #CipherString = MD5:ALL:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256
  2. pfrozi revised this gist Nov 1, 2021. 1 changed file with 22 additions and 1 deletion.
    23 changes: 22 additions & 1 deletion opelssl.cnf
    Original file line number Diff line number Diff line change
    @@ -1 +1,22 @@
    ‎‎​
    #
    # OpenSSL example configuration file.
    # This is mostly being used for generation of certificate requests.
    #

    openssl_conf = default_conf


    ####################################################################
    [ default_conf ]

    ssl_conf = ssl_sect

    [ssl_sect]

    system_default = system_default_sect

    [system_default_sect]
    MinProtocol = TLSv1
    CipherString = DEFAULT@SECLEVEL=0
    #CipherSuites = ALL
    #CipherString = MD5:ALL:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256
  3. pfrozi created this gist Nov 1, 2021.
    1 change: 1 addition & 0 deletions opelssl.cnf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​