Error - renew SSL certificate whith certbot

i put that in the C:/laragon/etc/apache2/sites-enabled/00-default.conf, it look like:

<VirtualHost _default_:80>
    <Directory "C:/laragon/www/">
	    DocumentRoot "C:/laragon/www/apiapolo2021/public"
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>
<VirtualHost _default_:8282>
    <Directory "C:/laragon/www/">
        AllowOverride All
        Require all granted
    </Directory>

    SSLEngine on
    SSLCertificateFile      C:/laragon/etc/ssl/laragon.crt
    SSLCertificateKeyFile   C:/laragon/etc/ssl/laragon.key
</VirtualHost>

so, can you tell me , whats the next step?
and, thanks, really