Enhance WHMCS integration with mTLS support and product mapping features. Added mTLS configuration options, updated API endpoints for mTLS status and fingerprint registration, and implemented product validation API. Updated database schema and documentation accordingly.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<a href="{{modulelink}}" class="btn btn-default">Dashboard</a>
|
||||
<a href="{{modulelink}}&action=events" class="btn btn-default">Events</a>
|
||||
<a href="{{modulelink}}&action=reconciliation" class="btn btn-default">Reconciliation</a>
|
||||
<a href="{{modulelink}}&action=mappings" class="btn btn-default">Mappings</a>
|
||||
<a href="{{modulelink}}&action=mtls" class="btn btn-default">mTLS</a>
|
||||
<a href="{{modulelink}}&action=poll" class="btn btn-primary">Poll events now</a>
|
||||
</p>
|
||||
|
||||
@@ -49,6 +51,8 @@
|
||||
<tr><th>Last reconciliation</th><td>{{stats.lastReconciliationAt}}</td></tr>
|
||||
<tr><th>Last event sync</th><td>{{stats.lastEventSyncAt}}</td></tr>
|
||||
<tr><th>Last error</th><td>{{lastError}}</td></tr>
|
||||
<tr><th>mTLS enabled (GameCloud)</th><td>{{stats.mtlsEnabled}}</td></tr>
|
||||
<tr><th>mTLS fingerprint registered</th><td>{{stats.mtlsFingerprintRegistered}}</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user