mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

24
pages.ko/common/mkcert.md Normal file
View File

@@ -0,0 +1,24 @@
# mkcert
> 로컬에서 신뢰할 수 있는 개발 인증서 생성.
> 더 많은 정보: <https://github.com/FiloSottile/mkcert>.
- 시스템 신뢰 저장소에 로컬 CA 설치:
`mkcert -install`
- 주어진 도메인에 대한 인증서와 개인 키 생성:
`mkcert {{example.org}}`
- 여러 도메인에 대한 인증서와 개인 키 생성:
`mkcert {{example.org}} {{myapp.dev}} {{127.0.0.1}}`
- 주어진 도메인과 하위 도메인에 대한 와일드카드 인증서와 개인 키 생성:
`mkcert "{{*.example.it}}"`
- 로컬 CA 제거:
`mkcert -uninstall`