Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Fix local ccm command
  • Loading branch information
bwendlandt-intel authored Sep 22, 2023
1 parent fe9ef6d commit 126f85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.14/Reference/RPC/commandsRPC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ <h4 id="activate-the-device-locally">Activate the device locally:<a class="heade
<div class="tabbed-set tabbed-alternate" data-tabs="4:2"><input checked="checked" id="__tabbed_4_1" name="__tabbed_4" type="radio" /><input id="__tabbed_4_2" name="__tabbed_4" type="radio" /><div class="tabbed-labels"><label for="__tabbed_4_1"><abbr title="Client Control Mode - An alternative to ACM provisioning mode that does not require a purchased certificate. User Consent is required for redirection features. Use this mode to set up OAMTCT software features quickly.">CCM</abbr></label><label for="__tabbed_4_2"><abbr title="Admin Control Mode - A mode of provisioning Intel® AMT that requires a purchased provisioning certificate from a Certificate Authority (CA), the creation of a domain, and the creation of a profile in the Remote Provisioning Server (RPS).">ACM</abbr></label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>rpc activate -local -ccm -amtPassword NewAMTPassword
<div class="highlight"><pre><span></span><code>rpc activate -local -ccm -password NewAMTPassword
</code></pre></div>
</div>
<div class="tabbed-block">
Expand Down Expand Up @@ -3584,4 +3584,4 @@ <h4>Cookie consent</h4>


</body>
</html>
</html>

0 comments on commit 126f85c

Please sign in to comment.