Skip to content

Commit

Permalink
Merge pull request #347 from btbf:8.1.2-configFix
Browse files Browse the repository at this point in the history
8.1.2-configFix
  • Loading branch information
btbf committed Jan 6, 2024
2 parents 1a2d2b8 + 28e9b10 commit ed0d42c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/operation/cert-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
=== "ブロックプロデューサーノード"
変数にプールメタデータ値を設定し実行してください
> 文字列は`''`で囲ってください
> extended_urlを設定していない場合は `''`のままで大丈夫です
> extendedを設定していない場合は `''`のままで大丈夫です
```
name=''
description=''
Expand All @@ -31,11 +31,11 @@
```
cat > $NODE_HOME/poolMetaData.json << EOF
{
"name": "$pool_name",
"name": "$name",
"description": "$description",
"ticker": "$ticker",
"homepage": "$homepage_url",
"extended": "$extended_url",
"homepage": "$homepage",
"extended": "$extended",
"nonce":"$(date +%s)"
}
EOF
Expand Down

0 comments on commit ed0d42c

Please sign in to comment.