> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/godobill_guide/undefined-2/undefined.md).

# 인증서 등록/갱신하기

### Step 1. 인증서 등록 메뉴 진입

* 위치 : 고도빌 로그인 > 상단 \[공인인증서]
* 기능설명 : 사업자 명의로 발급받은 인증서를 고도빌에 등록합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FcyCxMg4yKsvYeYymjIRp%2Fimage.png?alt=media&amp;token=256bbc77-7a8e-447d-8cb0-c2e79d4b4b8f" alt=""><figcaption></figcaption></figure>

1. 사업자번호 선택에서 공급자 정보에 등록한 사업자번호를 선택합니다.
2. 파일 업로드로 인증서 공개키/개인키 파일을 업로드합니다.

{% hint style="info" %}
**인증서 파일 업로드 방법**

* 인증서 파일은 SignCert.der(공개키) 파일과 SignPri.Key(개인키) 두가지 모두 업로드되어야 합니다.
* 두가지 파일을 드래그하여 함께 선택해 주신 후 \[열기]를 클릭합니다.
  {% endhint %}

***

#### Step 2. 인증서 파일 업로드 및 등록 완료

1. 인증서 비밀번호를 입력합니다.
2. **\[공인인증서 등록/갱신 하기]** 버튼을 클릭합니다.

{% hint style="info" %}
**인증서 파일을 찾을 수 없는 경우**

* 공동인증서(구 공인인증서)를 PC에 저장한 경우 보통 `C:\Program Files\NPKI` 폴더에 저장되며, \
  공개키(SignCert.der)·개인키(SignPri.key) 파일은 인증서 폴더 내 `[cn=사업자명..]` 폴더에 저장됩니다.
* 찾을 수 없는 경우 폴더 옵션 > 보기 탭 > 숨김 파일/폴더 표시 체크 후\
  `C:\Users\사용자명\AppData\LocalLow\NPKI` 경로를 확인합니다.
* 이후에도 찾을 수 없다면 인증서를 발급받은 기관에 문의합니다.
  {% endhint %}


---

# 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://godomall-help.nhn-commerce.com/godobill_guide/undefined-2/undefined.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.
