From .pem to .crt using openssl command.
Syntax Template
# openssl x509 -outform der -in your-cert.pem -out your-cert.crt
# openssl x509 -outform der -in your-cert.pem -out your-cert.crt
# openssl x509 -outform der -in your-cert.pem -out your-cert.crt
Syntax Template# cp zscalar_root.crt /etc/pki/ca-trust/source/anchors/ && update-ca-trust
# cp zscalar_root.crt /etc/docker/certs.d/tls/ && update-ca-trust
# systemctl restart docker
openssl ciphers
openssl s_client -connect yourserverIP:443 -cipher 'DES:3DES' -ssl2
openssl s_client -connect yourserverIP:443 -cipher 'DES:3DES' -ssl3openssl s_client -connect yourserverIP:443 -cipher 'DES:3DES' -tls1openssl s_client -connect yourserverIP:443 -cipher 'DES:3DES' -tls1_1openssl s_client -connect yourserverIP:443 -cipher 'DES:3DES' -tls1_2
It should look like below! -- It states don't use: -- It states a begining of CIPHER
SSLCipherSuite
!3DES:!DES
systemctl restart apache2
systemctl restart httpd