-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add wildcard cert download tip (#131)
- Loading branch information
Showing
9 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 'Download Resources' | ||
description: 'Download related resources' | ||
keywords: 'download, resource' | ||
author: 'zhenqiang' | ||
category: '' | ||
layout: 'documentation' | ||
tags: | ||
- 'download' | ||
- 'resource' | ||
--- | ||
|
||
Blocklet Server downloads some resources, such as HTTPS certificates, when it starts up, and the Blocklet Server CLI sets these download addresses by default during initialization, but in some cases the default addresses may not be accessible. Some other optional download addresses are given in this document. | ||
|
||
## HTTPS Certificate download address | ||
|
||
- Default Address: https://releases.arcblock.io/ | ||
- Ali Cloud Address: https://releases.arcblockio.cn/ | ||
|
||
The download address can be set via the `ABT_NODE_WILDCARD_CERT_HOST` environment variable, e.g. : | ||
|
||
```bash | ||
ABT_NODE_WILDCARD_CERT_HOST=https://releases.arcblockio.cn blocklet server start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: '下载资源' | ||
description: '下载相关资源' | ||
keywords: '下载,资源' | ||
author: 'zhenqiang' | ||
category: '' | ||
layout: 'documentation' | ||
tags: | ||
- '下载' | ||
- '资源' | ||
--- | ||
|
||
Blocklet Server 在启动的时候会下载一些资源,比如 HTTPS 证书。Blocklet Server CLI 默认在初始化时默认设置了这些下载地址,但是在有些情况下默认地址可能不能正常访问。在该文档中会给出一些其它可选的下载地址。 | ||
|
||
## HTTPS 证书下载地址 | ||
|
||
- 默认下载地址: https://releases.arcblock.io/ | ||
- 国内阿里云地址: https://releases.arcblockio.cn/ | ||
|
||
可以通过`ABT_NODE_WILDCARD_CERT_HOST`环境变量设置下载地址,比如: | ||
|
||
```bash | ||
ABT_NODE_WILDCARD_CERT_HOST=https://releases.arcblockio.cn blocklet server start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.5 | ||
0.5.6 |