# Timestamp Options

*Applies to: Patch My PC Publisher*

## Overview

The **Timestamp Options** control how the Publisher applies digital timestamps when signing scripts and CAB files. Timestamping ensures that signatures remain valid after the signing certificate expires and is a recommended best practice for both applications and updates.

<figure><img src="https://3773699522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX7dvS0r_4fc0AikgJS%2Fuploads%2FpJIXYRgESBaegPNRHVJM%2Fimage.png?alt=media&#x26;token=befeaca7-4743-4ecb-b527-2a2926bc19f6" alt="Timestamp Options" width="545"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**

For a detailed technical explanation of how timestamping works, including certificate trust, CAB signing, and troubleshooting scenarios, see the following blog post at <https://patchmypc.com/blog/demystifying-timestamping-securing-scripts-cab>&#x20;
{% endhint %}

## Timestamp Server URL

The Timestamp Server URL defines the timestamp authority used during signing. By default, the Publisher uses the DigiCert timestamp service:

```
http://timestamp.digicert.com
```

The **Use Default** option automatically configures the recommended timestamp server. A custom timestamp server can be specified if required by organizational policy.

## Enforce Timestamping

When **Enforce Timestamping** is enabled, publishing will fail if timestamping cannot be completed successfully. When this option is not enabled, a timestamping failure is treated as a non terminating error and publishing will continue.

## WSUS and SYSTEM account behavior

When publishing third party updates to WSUS, update CAB files are timestamped using the Windows Cryptographic API. This process runs under the SYSTEM account on the server.

Because of this behavior, the Cryptographic API uses the proxy configuration defined for the SYSTEM account, not the proxy settings configured in the Publisher.

If the SYSTEM account does not have internet access, timestamping can fail. If the SYSTEM proxy requires authentication, timestamping can also fail because the Cryptographic API does not support interactive proxy authentication.

To validate which proxy settings apply, see [Verifying the SYSTEM Proxy Configuration](https://docs.patchmypc.com/patch-my-pc-publisher/administration/proxy-settings#verifying-the-system-proxy-configuration).


---

# Agent Instructions: 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:

```
GET https://docs.patchmypc.com/patch-my-pc-publisher/administration/advanced/timestamp-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
