Changes from code review

This commit is contained in:
Will May
2017-03-02 16:54:05 +00:00
committed by Vishal Nayak
parent f9d853f7f0
commit ffb5ee7fda
3 changed files with 9 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ The first thing to do is to get Vault to generate the key pair that will be used
SSH keys:
```text
$ vault write ssh/config/ca generate_signing_key=true
$ vault write -f ssh/config/ca
Success! Data written to: ssh/config/ca
```