> For the complete documentation index, see [llms.txt](https://guide.signify.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.signify.gov.sg/user-guides/certificate-guide/loading-timestamp-root-certificate.md).

# Loading timestamp root certificate

<mark style="color:red;">**This only applies to documents signed on 11 and 12 June 2025**</mark>

The timestamp certificate proves that your document was signed at the stated time. In order to verify that the timestamp certificate in your downloaded document is valid, you might need to load in the timestamp root certificate.

To load it in, please follow the steps below:

1. Download the GlobalSign root certificate from [here](https://secure.globalsign.net/cacert/root-r6.crt).

   1. If you're unable to access that link, please visit [GlobalSign's CA repository](https://support.globalsign.com/ca-certificates/root-certificates/globalsign-root-certificates) and download the **R6 GlobalSign Root Certificate.**

   <figure><img src="/files/iJrozCuEln5MRk9Ykw9B" alt=""><figcaption></figcaption></figure>

2. In your folder that you have chosen, you should find the file root-r6.crt

3. **Open Adobe PDF reader.**\
   \
   If you do not have this, you may download and install [here](https://get.adobe.com/uk/reader/).&#x20;

   <figure><img src="/files/xJKKcI3LB5Xm3mrtQvuD" alt=""><figcaption></figcaption></figure>

4. **Click "Acrobat Reader" on the top left.**

   <figure><img src="/files/X3QkKQw5qw1lTeRhsC4c" alt=""><figcaption></figcaption></figure>

5. **Navigate to "Preferences"**<br>

   <figure><img src="/files/ezAYqEQ6Bc6KQldmqpZm" alt=""><figcaption><p><br></p></figcaption></figure>

6. **Under Categories, find and click "Signatures".**<br>

   <figure><img src="/files/68eqTrv3Lqy2irkYC8NH" alt=""><figcaption></figcaption></figure>

7. **Click "more" under Identities and Trusted Certificates**.<br>

   <figure><img src="/files/NFt6CDxFlKnOdi7z1rrt" alt=""><figcaption></figcaption></figure>

8. **Click on "Trusted Certificates"**<br>

   <figure><img src="/files/MBTG1L5q0778Y3K1daU1" alt=""><figcaption></figcaption></figure>

9. **Click Import**<br>

   <figure><img src="/files/L0k1ftAYrkMdn1AaDtUm" alt=""><figcaption></figcaption></figure>

10. **Under contacts, click "Browse" and choose the certificate you have downloaded in the earlier step.**\ <br>

    <figure><img src="/files/U5A3hkvIbhLVTXPsHpkM" alt=""><figcaption></figcaption></figure>

    <figure><img src="/files/jGOd6sbO08R4ZuktZ084" alt=""><figcaption></figcaption></figure>

11. **Under certificates, click on GlobalSign and then click Trust**<br>

    <figure><img src="/files/moSCcBvUGNQ4oA77rTwC" alt=""><figcaption></figcaption></figure>

12. **Check "Use this certificate as a trusted root" with a tick and press OK**

<figure><img src="/files/pk8ez1dJltZry1OyyisJ" alt=""><figcaption></figcaption></figure>

13. **Click on Import**<br>

    <figure><img src="/files/hmE3gc0dY2ZZONpD3Xjj" alt=""><figcaption></figcaption></figure>
14. You should now be able to see that the signature includes an embedded timestamp

<figure><img src="/files/Iy8ojusF4RgNsZuHIWY8" alt=""><figcaption></figcaption></figure>

All done!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.signify.gov.sg/user-guides/certificate-guide/loading-timestamp-root-certificate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
