fleet/server/config
Zachary Wasserman 629a740b45 Require JWT Key to be specified for server startup (#1480)
If server is started without a JWT key, a message like the following is printed:
```
################################################################################
# ERROR:
#   A value must be supplied for --auth_jwt_key. This value is used to create
#   session tokens for users.
#
#   Consider using the following randomly generated key:
#   om3w95gMA2drT5xAdLd2Q5oE8fLw+Miz
################################################################################
```

Closes #1480.
2017-04-12 15:05:56 -07:00
..
config_test.go Add TLS profiles to command line (#1444) 2017-03-27 23:21:48 -05:00
config.go Require JWT Key to be specified for server startup (#1480) 2017-04-12 15:05:56 -07:00