[solved] Please help to renew

 <VirtualHost *:80>
    ServerName sabaideegroup1.com
    ServerAlias www.sabaideegroup1.com
    DocumentRoot /var/www/html
    RewriteEngine on
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule ^(.*)$ https://%{HTTP_HOST} [R=301,L]

    <Directory /var/www/html>
            Options  FollowSymLinks MultiViews
            AllowOverride All
            Require all granted
    </Directory>
    ErrorLog /var/www/html/sabaideegroup1.log
    LogLevel warn
  </VirtualHost>

<VirtualHost *:443>
  ServerName sabaideegroup1.com
    ServerAlias www.sabaideegroup1.com
    DocumentRoot /var/www/html
    SSLEngine on
    SSLCertificateFile /etc/letsencrypt/live/sabaideegroup1.com/cert.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/sabaideegroup1.com/privkey.pem
    SSLCertificateChainFile /etc/letsencrypt/live/sabaideegroup1.com/fullchain.pem



  <Directory /var/www/html>
            Options  FollowSymLinks MultiViews
            AllowOverride All
            Require all granted
    </Directory>
    ErrorLog /var/www/html/sabaideegroup1.log
    LogLevel warn
</VirtualHost>

Disable old config files and copy this config in a single file [ check document root and Directory] and enable it and check .