SSL Cert Renew Process

I don’t think I know enough about EVE to solve that.

Maybe adding this could help? But it’s a total guess.

<Directory "/opt/unetlab/html">
  Require all granted
</Directory>

Are you otherwise able to get remote access again via https://lab.addmoreroutes.com/html5/ ?

1 Like

anyway of restoring to a previous backup ?

Yup, you can copy the contents of the config files from one of the checkpoints in /var/lib/letsencrypt/backups, such as 1564724652.18 (which is from August 2nd).

You will need to match each file in there with the one in your /etc/apache2/sites-available directory.

There’s no automated way to revert, though.

what is the step by step process ? or manual way

I see duplicated text:

        <FilesMatch "\.(cgi|shtml|phtml|php)$">
                SSLOptions +StdEnvVars
        </FilesMatch>
        <Directory /usr/lib/cgi-bin>
                SSLOptions +StdEnvVars
        </Directory>
        <Location /html5/>
                Order allow,deny
                Allow from all
                ProxyPass http://127.0.0.1:8080/guacamole/ flushpackets=on
                ProxyPassReverse http://127.0.0.1:8080/guacamole/
        </Location>

        <Location /html5/websocket-tunnel>
                Order allow,deny
                Allow from all
                ProxyPass ws://127.0.0.1:8080/guacamole/websocket-tunnel
                ProxyPassReverse ws://127.0.0.1:8080/guacamole/websocket-tunnel

        <FilesMatch "\.(cgi|shtml|phtml|php)$">
                SSLOptions +StdEnvVars
        </FilesMatch>
        <Directory /usr/lib/cgi-bin>
                SSLOptions +StdEnvVars
        </Directory>
        <Location /html5/>
                Order allow,deny
                Allow from all
                ProxyPass http://127.0.0.1:8080/guacamole/ flushpackets=on
                ProxyPassReverse http://127.0.0.1:8080/guacamole/
        </Location>

        <Location /html5/websocket-tunnel>
                Order allow,deny
                Allow from all
                ProxyPass ws://127.0.0.1:8080/guacamole/websocket-tunnel
                ProxyPassReverse ws://127.0.0.1:8080/guacamole/websocket-tunnel
        </Location>

root@eve-ng:/var/lib/letsencrypt/backups# ls
1555944269.91 1564724652.18 1564724695.83 1572882973.69 1572882985.02

A post was merged into an existing topic: Renew SSL Certificate on Google DSN

I think I messed up on the post but I double checked and there is no duplicate texts

Any thoughts on how to go about restoring from a backup ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.