aboutsummaryrefslogtreecommitdiff
path: root/example-client.conf
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-29 14:46:06 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-29 14:46:06 +0100
commit1a16ff15b87a10b2e7359ba53104ed4bd9fef9e8 (patch)
tree1f6ea2155189713110bf05dc62af4a560152917c /example-client.conf
parent2d76d6028d75dda1d239d228d47679b5b35ee1e1 (diff)
parent46ec48845704b54d395727441edc049b009da774 (diff)
Merge pull request #10 from nsheridan/hcl
Switch from json to hcl configs
Diffstat (limited to 'example-client.conf')
-rw-r--r--example-client.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/example-client.conf b/example-client.conf
new file mode 100644
index 0000000..b9e8232
--- /dev/null
+++ b/example-client.conf
@@ -0,0 +1,4 @@
+ca = "https://sshca.example.com" // Address of the cashierd CA
+key_type = "rsa" // Type of ssh key to generate - rsa, ecdsa, ed25519
+key_size = 2048 // Size of key to generate. ecdsa must be one of 256, 384, 521. This value is ignored for ed25519 keys.
+validity = "24h" // How long the cert will be valid for. Must be a valid go time.Duration.