aboutsummaryrefslogtreecommitdiff
path: root/example-client.cfg
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-29 14:21:36 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-29 14:21:36 +0100
commit46ec48845704b54d395727441edc049b009da774 (patch)
tree022ef93da7f270dd6fab1f44959ee563e774141c /example-client.cfg
parent86580580cfef527311f0726fe30e68075ba33f25 (diff)
Replace json examples with hcl examples
Diffstat (limited to 'example-client.cfg')
-rw-r--r--example-client.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/example-client.cfg b/example-client.cfg
deleted file mode 100644
index b9e8232..0000000
--- a/example-client.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-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.