We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc60cd + 9eefb9c commit 139097dCopy full SHA for 139097d
conf/scripts/generate-keys.sh
@@ -27,6 +27,7 @@ echo "country = CN" >> $TMP
27
echo "state = Shanghai" >> $TMP
28
echo "locality = Shanghai" >> $TMP
29
echo "cn = store.zstack.org" >> $TMP
30
+echo "dns_name = store.zstack.org" >> $TMP
31
echo "expiration_days = 3652" >> $TMP
32
echo "activation_date = \"$activation_date\"" >> $TMP
33
certtool --template "$TMP" \
0 commit comments