github.com/darrenli6/fabric-sdk-example@v0.0.0-20220109053535-94b13b56df8c/bddtests/templates/html/org.html (about) 1 <!-- 2 # 3 # Copyright IBM Corp. All Rights Reserved. 4 # 5 # SPDX-License-Identifier: Apache-2.0 6 # 7 --> 8 <div id="{{ org.name }}"> 9 <h4>Created new organization {{ org.name }} with <a href="{{ cert_href }}">public cert</a></h4> 10 <code>{{ org.getCertAsPEM() }}</code> 11 {% if path_to_cert %} 12 {% include 'html/org-py.html' %} 13 {% endif %} 14 </div>