> For the complete documentation index, see [llms.txt](https://docs.sensecrypt.com/sensecrypt-v3.1.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sensecrypt.com/sensecrypt-v3.1.1/sensecrypt-server/sensecrypt-face-pki/accessing-your-root-certificate.md).

# Accessing your Root Certificate

Your server's Root Certificate contains the public key for you as an eID Issuer and CA

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
```
