canmove, Confirmed users
937
edits
Line 33: | Line 33: | ||
=== Initialization of Authentication Mechanism === | === Initialization of Authentication Mechanism === | ||
The operator (implicitly) assumes the Crypto Officer role when installing the NSS cryptographic module library files. Once the NSS cryptographic module library files are installed on the system, the Crypto Officer calls the function <code>FC_InitPIN</code> to set the initial password (the | The operator (implicitly) assumes the Crypto Officer role when installing the NSS cryptographic module library files. Once the NSS cryptographic module library files are installed on the system, the Crypto Officer calls the function <code>FC_InitPIN</code> to set the initial password (the operator uses the password to assume both the NSS User and Crypto Officer roles). | ||
<div class=note>It is not necessary to call <code>FC_InitToken</code> to initialize the NSS cryptographic module. The NSS cryptographic module is initialized automatically when <code>FC_Initialize</code> is called for the first time. The Crypto Officer may call <code>FC_InitToken</code> to re-initialize the NSS cryptographic module.</div> | <div class=note>It is not necessary to call <code>FC_InitToken</code> to initialize the NSS cryptographic module. The NSS cryptographic module is initialized automatically when <code>FC_Initialize</code> is called for the first time. The Crypto Officer may call <code>FC_InitToken</code> to re-initialize the NSS cryptographic module.</div> | ||