Created
February 27, 2021 10:39
-
-
Save lemon-li/5b6d69ce67aa23fa98352f0e4f5e4257 to your computer and use it in GitHub Desktop.
Switch OpenSSL TLS security level from 2 to 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN sed 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf > /etc/ssl/openssl.cnf.changed \ | |
&& mv /etc/ssl/openssl.cnf.changed /etc/ssl/openssl.cnf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment