Skip to content

Commit

Permalink
Display credentials for bootstrap server
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Mar 11, 2016
1 parent 2c8260a commit de18a99
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -23,6 +23,10 @@
<p>
<strong>{ security.uri }</strong><br/>
security mode : {security.securityMode}<br/>
<span if={security.securityMode !== 'NO_SEC'}>
Id : <code> {toAscii(security.publicKeyOrId)} </code> </br>
secret : <code> {toHex(security.secretKey)} </code> </br>
</span>
</p>
</div>
</td>
Expand Down

0 comments on commit de18a99

Please sign in to comment.