aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-06-14 21:23:26 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-06-14 21:23:26 +0100
commit77c2a94644dd7ec9c3ae8c995c32f2ad8d90a7b1 (patch)
tree7bd3364020ed8c51224ae7185b53eb456575bcd8 /README.md
parentc50fcd7500b78ad73d0d61246b03ed74560d2839 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index d332267..0c9573b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Unlike ssh keys, certificates can contain additional information:
- Which user(s) may use the certificate
- When the certificate is valid from
- When the certificate expires
-- Permissions
+- Permissions
Other benefits of certificates:
- Unlike keys certificates don't need to be distributed to every machine - the sshd just needs to trust the key that signed the certificate.
@@ -96,10 +96,10 @@ Options are set in the `provider_opts` hash.
Example:
```
-"auth": {
- "provider": "google",
- "provider_opts" : {
- "domain": "example.com"
+auth = {
+ provider = "google"
+ provider_opts {
+ domain = "example.com"
}
}
```