# Reset SSL Certificate

# <span class="mw-headline" id="bkmrk--1"></span>

Navigate to the following directory

```bash
cd /etc/pve/local
```

rename the .key and .pem files for backup

```bash
pvecm updatecerts --force
systemctl restart pveproxy
```

<p class="callout info">The backup .PEM and .KEY files can be deleted if the web interfaces loads without error</p>