# Accessing your Root Certificate

Your Root Certificate forms the root of trust for anyone verifying Face Certificates issued by you.

It contains the corresponding public key for the private key (`issuers_private_key`) that you configured in `secrets.json` before starting the server.

To access your Root Certificate, simply navigate to:

```
http://localhost:7777/root-certificate
```
