Description |
Generates public and private key files from key container. |
Declaration |
<AMGENERATEKEYFILES KEYCONTAINERNAME="Filename"KEYCONTAINERLEVEL="text [options]" PRIKEYFILE="Keyname" PUBKEYFILE="Keyname"/> |
Example |
<AMDELETEKEYCONTAINER KEYCONTAINERNAME="marie.black" KEYCONTAINERLEVEL="USER" /> <AMDELETEKEYCONTAINER KEYCONTAINERNAME="JavaWebStart" KEYCONTAINERLEVEL="MACHINE" /> |
General Tab Parameters |
Key Container Name: Allows you to enter the name of the key container to identify which private or public key to use. You must select the key container by clicking on Select Key Container Button. Text, Required Key Container Level: Specifies where the keys are stored in key container User or Machine. Options, optional default is "USER" User-level RSA key containers are stored with the Windows user profile for a particular user and can be used to encrypt and decrypt information for applications that run under that specific user identity. User-level RSA key containers can be useful if you want to ensure that the RSA key information is removed when the Windows user profile is removed. However, because you must be logged in with the specific user account that makes use of the user-level RSA key container in order to encrypt or decrypt protected configuration sections, they are inconvenient to use. Machine-level RSA key containers are available to all users that can log in to a computer, by default, and are the most useful as you can use them to encrypt or decrypt protected configuration sections while logged in with an administrator account. A machine-level RSA key container can be used to protect information for a single application, all the applications on a server, or a group of applications on a server that run under the same user identity. Although machine-level RSA key containers are available to all users, they can be secured with NTFS Access Control Lists (ACLs) so that only required users can access them. For more information: http://msdn2.microsoft.com/en-us/library/f5cs0acs.aspx Public key file: Allows you to navigate to or enter the path of the .public file on your system. Text, Required Overwrite if public key file exists: Select this check box if the public key file is present. Private key file: Select this check box if the public key file is present. Overwrite if private key file exists: Select this check box if the private key file is present. |
See Also |