lots of errors during update-ca-certificates on slackware14.2-64
by nass from LinuxQuestions.org on (#5QYMD)
Hi all,
it appears that mozilla/DST_Root_CA_X3.crt has expired. see https://stackoverflow.com/a/69403278/959179
So I tried to comment it out of my /etc/ca-certificates.conf .
Then I run update-ca-certificates as root and I get lots of warnings and errors such as the following
Code:# update-ca-certificates
Updating certificates in /etc/ssl/certs...
139900411397784:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353
140052128994968:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353
WARNING: Skipping duplicate certificate IdenTrust_Commercial_Root_CA_1.pem
140380690060952:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353
WARNING: Skipping duplicate certificate Staat_der_Nederlanden_Root_CA_-_G2.pemNow (maybe even before? I don't know) even if simply check the openssl version, I get:
Code:# openssl -version
140615418021528:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353Do you get these warnings/errors too ? How can I fix these issues ?
it appears that mozilla/DST_Root_CA_X3.crt has expired. see https://stackoverflow.com/a/69403278/959179
So I tried to comment it out of my /etc/ca-certificates.conf .
Then I run update-ca-certificates as root and I get lots of warnings and errors such as the following
Code:# update-ca-certificates
Updating certificates in /etc/ssl/certs...
139900411397784:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353
140052128994968:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353
WARNING: Skipping duplicate certificate IdenTrust_Commercial_Root_CA_1.pem
140380690060952:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353
WARNING: Skipping duplicate certificate Staat_der_Nederlanden_Root_CA_-_G2.pemNow (maybe even before? I don't know) even if simply check the openssl version, I get:
Code:# openssl -version
140615418021528:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:351:line 353Do you get these warnings/errors too ? How can I fix these issues ?