github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/bddtests/templates/html/user.html (about)

     1  <div id="{{ user.name }}">
     2      <h4>Created new user {{ user.name }} with <a href="{{ private_key_href }}">private key</a></h4>
     3      <code>{{ user.getPrivateKeyAsPEM() }}</code>
     4  </div>