index
:
cashier
master
Mirror of Cashier, a SSH Certificate Authority (CA).
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
config
/
config.go
Age
Commit message (
Expand
)
Author
2017-01-15
Add more context to errors
Niall Sheridan
2016-12-28
Add LetsEncrypt support
Niall Sheridan
2016-10-17
Unmarshal the config using mapstructure directly.
Niall Sheridan
2016-10-11
Replace the 'datastore' option with a 'database' option
Niall Sheridan
2016-10-06
Add support for Hashicorp Vault
Niall Sheridan
2016-08-27
Allow setting some config from environment
Niall Sheridan
2016-08-26
First attempt at dropping privileges
sid77
2016-08-20
Use references to config structs
Niall Sheridan
2016-08-16
Allow selecting which ip to listen on
Niall Sheridan
2016-07-24
Add a page for revoking certs
Niall Sheridan
2016-07-03
first pass at a certificate store
Niall Sheridan
2016-06-30
Configurable logfile location
Niall Sheridan
2016-06-14
Add support for a users whitelist
Marco Bonetti
2016-06-05
Add AWS S3 and Google GCS virtual filesystems.
Niall Sheridan
2016-05-29
Switch from json to hcl configs
Niall Sheridan
2016-05-29
Remove unneeded template_dir
Niall Sheridan
2016-05-22
Make template directory configurable
Niall Sheridan
2016-05-21
Remove database config. Not needed.
Niall Sheridan
2016-05-18
Don't use jwt, it doesn't buy a whole lot for this application
Niall Sheridan
2016-05-09
Placeholder for database config.
Niall Sheridan
2016-04-23
Refactor to use an io.Reader for easier testing
Niall Sheridan
2016-04-21
Just make ProviderOpts a map[string]string.
Niall Sheridan
2016-04-21
Some small fixes.
Niall Sheridan
2016-04-21
use correct config parameter
Niall Sheridan
2016-04-18
Initial commit
Niall Sheridan