# 4. Use Server to deploy automatic ReIssue

* The certificate part has been created and deployed to the machine

#### Step 1 Generate key

* First go to the API Key function menu to generate a set of keys.

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

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

#### Step 2 Create a server

* Click on the Server function menu and create a server.

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

```jsx
After creating the server, there will also be a set of server keys, which also need to be kept well.
```

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

#### Step 3 Proceeding to this server allows you to deploy scripts to the host

* Click to create a script

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

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

* You can deploy the script to the machine (the machine where the certificate is stored or the origin server)

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

#### Step 4 Finally confirm if the platform has normal monitoring.

* You can confirm the validity period of the certificate by reorganizing it on the server. If there is a Reissue, the Log will also be displayed.

<figure><img src="/files/8SSELNIP71U5ONAOy5nF" alt=""><figcaption></figcaption></figure>

#### Additional explanation:

* The API can also be used for secondary development. By connecting to your own server through an API Key and using the API provided by the platform, you can also achieve automatic Reissue. If needed, requirements can be provided again.


---

# 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://guide.synertechnet.com/english/4.-use-server-to-deploy-automatic-reissue.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.
