Score:0

Problem with SSL Apache2 Ubuntu 18.04

gb flag

I have a problem trying to renew the SSL certificate for my website. A few days ago I downloaded the new certificate (.crt, .key and intermediate.crt) and replaced it with the old one (obviously I left it the same names). I reloaded the apache service but it does not work, when I enter my website it keeps telling me that the certificate has expired because it continues to detect the old certificate. Honestly I'm going crazy and can't find the error, I would appreciate your help. This is the content in archive default-ssl.conf

    <VirtualHost *:443>
            ServerAdmin webmaster@localhost
            ServerName sastreriamilitar.mil.ar
            DocumentRoot /var/www/html
           
            ErrorLog ${APACHE_LOG_DIR}/error.log
            CustomLog ${APACHE_LOG_DIR}/access.log combined

            SSLEngine on
            SSLCertificateFile      /etc/apache2/ssl/sastreriamilitar.mil.ar.crt
            SSLCertificateKeyFile /etc/apache2/ssl/sastreriamilitar.mil.ar.key

            SSLCertificateChainFile /etc/apache2/ssl/SectigoRSADomainValidationSecureServerCA.crt

</VirtualHost>
in flag
Did you remember to run `update-ca-certificates`?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.