# 3. 購買流程

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

* 在 Synertech 左邊欄位 → Buy，選擇需要購買的產品，並將 CSR 貼上。
* ＊注意

  **產出 CSR 時，會一併連 Key 都一同產出，會需要由您自己本身保管好，若此域名的 Key 遺失，風險需由您自行承擔**

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

```jsx
在 Verify 內，可以看到證書的詳細情形，包含 `證書名稱`、`購買的產品`、`花費cost`、`有效期限`。
#CSR 本身提供的資訊也可以在這邊確認#
驗證方式都以 `CNAME Authentication` 為主，另一種 Http 驗證方式較為複雜。
```

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

```jsx
確認證書資訊都正確後，就可以直接 Confirm this Order。
後續會拿到一組亂數的 Hostname（主機名稱）與 Alias（指向值）
```

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

* 訂單產出後需要去自行前往DNS平台進行指向。

```jsx
將提供的`亂數Host`以及`亂數value`指向到您自己的 DNS 平台上(使用Cname紀錄)
```

* 回到 Order Listing 可以看到這張 Order 的 Status 是否可以下載證書。

```jsx
若尚未頒發證書的情況，確認 DNS 的 Cname 解析有指向到平台提供的值後，可以點擊 `Check SSL ready to Collection` ，會自動再送出驗證請求給 `Sectigo`。
```

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

```jsx
如果還沒有驗證成功就會跳出錯誤。
```

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

```jsx
重複確認後，驗證通過會自動下載證書。
若沒有下載到也可以手動點擊 `下載`。
```

* 下載後的證書，需要先進行解壓縮。
* 檔案內會有兩個證書檔案(certificate.zip 以及 combined.crt)
* combined.crt → Sectigo 證書自動合併後的證書檔案
* certificate.zip → 將尚未合併的證書也提供給您(解壓縮後有四張證書，包含 ”域名憑證一張”、”中繼憑證二張”、”根憑證一張”)

<figure><img src="/files/4Hss0K1wyYZnkiA7Ir1x" alt=""><figcaption></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://guide.synertechnet.com/3.-gou-mai-liu-cheng.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.
