Skip to content

Commit 139097d

Browse files
author
gitlab
committed
Merge branch 'ZSTAC-52791tomaster@@2' into 'master'
<fix>[conf]: Fix CA cert to work with Go 1.15+ See merge request zstackio/zstack!3496
2 parents 5bc60cd + 9eefb9c commit 139097d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/scripts/generate-keys.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ echo "country = CN" >> $TMP
2727
echo "state = Shanghai" >> $TMP
2828
echo "locality = Shanghai" >> $TMP
2929
echo "cn = store.zstack.org" >> $TMP
30+
echo "dns_name = store.zstack.org" >> $TMP
3031
echo "expiration_days = 3652" >> $TMP
3132
echo "activation_date = \"$activation_date\"" >> $TMP
3233
certtool --template "$TMP" \

0 commit comments

Comments
 (0)