> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/de/zertifikatsverwaltung/certificate-master/code-signing-certificate.md).

# Codesignaturzertifikat

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

{% hint style="info" %}
Diese Funktion erfordert Version 2.4 oder höher
{% endhint %}

Sie können X.509-Code-Signing-Zertifikate einschließlich eines privaten Schlüssels manuell über die Web-UI von SCEPman Certificate Master generieren.

Dieses Formular generiert auf Basis der bereitgestellten Informationen ein Code-Signing-Zertifikat und lädt es im ausgewählten Dateiformat herunter. Das Zertifikat kann für Code-Signing-Zwecke verwendet werden und gewährleistet die Integrität und Authentizität von Software oder Code, indem es mit einer vertrauenswürdigen Entität verknüpft wird.&#x20;

### Ausstellen eines neuen Code-Signing-Zertifikats

1. Navigieren Sie zu **Code Signing** im SCEPman Certificate Master-Menü.&#x20;
2. Geben Sie einen Subject CN für das Zertifikat ein.&#x20;
3. Klicken Sie auf **Absenden** und der Browser lädt das Zertifikat mit dem privaten Schlüssel im PKCS#12/PFX-Format automatisch herunter, nachdem das Zertifikat einige Sekunden später ausgestellt wurde. Die PKCS#12-Datei ist mit dem auf dem Bildschirm angezeigten Passwort verschlüsselt.&#x20;

{% hint style="warning" %}
Beachten Sie, dass das Passwort nicht mehr zugänglich ist, sobald Sie diese Seite verlassen.
{% endhint %}

<figure><img src="/files/ecf31ab37c17b65369f114241e098d5366c8485b" alt=""><figcaption><p>Certificate Master - Neues Code-Signing-Zertifikat</p></figcaption></figure>


---

# 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://docs.scepman.com/de/zertifikatsverwaltung/certificate-master/code-signing-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.
