Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint error fix
  • Loading branch information
vvfreesoul committed Nov 11, 2020
commit bafe63f2dcdcd76340d64380292cdcb6301f46ca
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ pylon:
#### 配置CA证书
##### 1. 将CA证书保存到dev-box容器内
要配置CA证书,您首先需要申请并导出您的CA证书,您最终会得到一个crt文件和一个key文件,然后将这两个文件保存到dev-box容器中,比如存储到dev-box容器的/home/ssl文件夹下。如图所示:

<div align="center">
<img src="./imgs/aad/openssl_CA_result.png" alt="paictl overview picture" style="float: center; margin-right: 10px;" />
</div>
Expand Down