106
edits
(Fix big formatting issues and some more wordsmithing) |
m (more format tweaks) |
||
| Line 542: | Line 542: | ||
# reset the legacy database password, discarding any private or secret keys in the old database. | # reset the legacy database password, discarding any private or secret keys in the old database. | ||
# shutdown NSS and initialize it only with the new shareable database. | # shutdown NSS and initialize it only with the new shareable database. | ||
: The exact strategy for recovering is application dependent and depends on factors | |||
: | : The exact strategy for recovering is application dependent and depends on factors such as: | ||
: | :* the sensitivity of the application to losing key data. | ||
: | :* possible input from the user. | ||
:* the likelihood that the password will every be recovered. | |||
Exception B. Failure to authenticate to the target database | Exception B. Failure to authenticate to the target database | ||
| Line 746: | Line 747: | ||
V | V | ||
done | done | ||
</pre> | |||
<pre> | |||
PK11_Authenticate | PK11_Authenticate | ||
| | | | ||
| Line 833: | Line 836: | ||
V | V | ||
done | done | ||
</pre> | |||
<pre> | |||
PK11_Authenticate | PK11_Authenticate | ||
| | | | ||
edits