Skip to content

Commit

Permalink
Update SSH list roles docs (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn authored Nov 3, 2017
1 parent bc91161 commit 22e1567
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/source/api/secret/ssh/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,15 @@ $ curl \
{
"auth": null,
"data": {
"keys": ["dev", "prod"]
"keys": ["dev", "prod"],
"key_info": {
"dev": {
"key_type": "ca"
},
"prod": {
"key_type": "dynamic"
}
}
},
"lease_duration": 2764800,
"lease_id": "",
Expand Down

0 comments on commit 22e1567

Please sign in to comment.