# Code Signing Certificate

{% hint style="warning" %}
SCEPman Enterprise Edition only
{% endhint %}

{% hint style="info" %}
This feature requires version 2.4 or above
{% endhint %}

You can manually generate X.509 code signing certificates including a private key via the SCEPman Certificate Master Web UI.

This form will generate a code signing certificate based on the provided information and download it in the selected file format. The certificate can be used for code signing purposes, ensuring the integrity and authenticity of software or code by associating it with a trusted entity.&#x20;

### Issuing a new Code Signing certificate

1. Navigate to **Code Signing** in the SCEPman Certificate Master menu.&#x20;
2. Enter a Subject CN for the certificate.&#x20;
3. Hit **Submit** and the browser will automatically download the certificate with the private key in PKCS#12/PFX format after the certificate is issued a few seconds later. The PKCS#12 file is encrypted with the password shown on the screen.&#x20;

{% hint style="warning" %}
Be aware that once you navigate away from this page, the password will no longer be accessible.
{% endhint %}

<figure><img src="/files/cmsudyEWLMoLuMZbpdo6" alt=""><figcaption><p>Certificate Master - New Code Signing Certificate</p></figcaption></figure>


---

# 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.scepman.com/certificate-management/certificate-master/code-signing-certificate.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.
