Update roadmap (#1795)

This commit is contained in:
Matthew Mosesohn
2017-10-16 07:06:06 +01:00
committed by GitHub
parent d487b2f927
commit d9879d8026
2 changed files with 15 additions and 39 deletions

View File

@@ -104,7 +104,7 @@ fi
# Nodes
if [ -n "$HOSTS" ]; then
for host in $HOSTS; do
cn="${host%%.*}"
cn="${host}"
gen_key_and_cert "node-${host}" "/CN=system:node:${cn}/O=system:nodes"
done
fi